aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/highlight.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/highlight.h')
-rw-r--r--src/highlight.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/highlight.h b/src/highlight.h
index 161b4b73..46149f46 100644
--- a/src/highlight.h
+++ b/src/highlight.h
@@ -5,12 +5,12 @@
#ifndef FISH_HIGHLIGHT_H
#define FISH_HIGHLIGHT_H
-#include <assert.h> // for assert
-#include <stddef.h> // for size_t
-#include <stdint.h> // for uint32_t
-#include <vector> // for vector
+#include <assert.h>
+#include <stdint.h>
+#include <vector>
+#include <stdbool.h>
-#include "common.h" // for wcstring, wcstring_list_t
+#include "common.h"
#include "env.h"
#include "color.h"