From 096884c4fe1fb922eab2797d4583ca2ae8ae2600 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 6 Nov 2022 16:22:57 -0500 Subject: config: Split out some of util.h into a new header --- src/color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/color.h') diff --git a/src/color.h b/src/color.h index edf1ef7..1b0cadb 100644 --- a/src/color.h +++ b/src/color.h @@ -21,7 +21,7 @@ #ifndef BFS_COLOR_H #define BFS_COLOR_H -#include "util.h" +#include "config.h" #include #include #include -- cgit v1.2.3