summaryrefslogtreecommitdiffstats
path: root/color.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-11-12 23:03:10 -0500
committerTavian Barnes <tavianator@tavianator.com>2020-11-12 23:03:10 -0500
commit0a2852c4cd8a8fb95b4a3ba84d768c774186adc1 (patch)
treef7b107086812336e959806c7829cd31d04685d77 /color.h
parent3fc709530adbede1744a6d785598f8456d5f2626 (diff)
downloadbfs-0a2852c4cd8a8fb95b4a3ba84d768c774186adc1.tar.xz
Include what I use
Thanks to https://github.com/include-what-you-use/include-what-you-use
Diffstat (limited to 'color.h')
-rw-r--r--color.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/color.h b/color.h
index e6ee49d..fabac13 100644
--- a/color.h
+++ b/color.h
@@ -21,7 +21,6 @@
#ifndef BFS_COLOR_H
#define BFS_COLOR_H
-#include "bftw.h"
#include "util.h"
#include <stdarg.h>
#include <stdbool.h>