diff options
Diffstat (limited to 'color.c')
-rw-r--r-- | color.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,8 +1,5 @@ -#include "color.h" #include "cache.h" -#include "git-compat-util.h" - -#include <stdarg.h> +#include "color.h" #define COLOR_RESET "\033[m" |