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 --- printf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'printf.c') diff --git a/printf.c b/printf.c index e07feb4..5f04ad3 100644 --- a/printf.c +++ b/printf.c @@ -15,11 +15,10 @@ ****************************************************************************/ #include "printf.h" -#include "color.h" +#include "bftw.h" #include "ctx.h" #include "diag.h" #include "dstring.h" -#include "expr.h" #include "mtab.h" #include "pwcache.h" #include "stat.h" @@ -29,9 +28,10 @@ #include #include #include -#include +#include #include #include +#include #include #include -- cgit v1.2.3