From 0a2852c4cd8a8fb95b4a3ba84d768c774186adc1 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 12 Nov 2020 23:03:10 -0500 Subject: Include what I use Thanks to https://github.com/include-what-you-use/include-what-you-use --- opt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opt.h') diff --git a/opt.h b/opt.h index a30cd17..5f8180d 100644 --- a/opt.h +++ b/opt.h @@ -21,7 +21,7 @@ #ifndef BFS_OPT_H #define BFS_OPT_H -#include "ctx.h" +struct bfs_ctx; /** * Apply optimizations to the command line. -- cgit v1.2.3