summaryrefslogtreecommitdiffstats
path: root/src/highlighter.hh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/highlighter.hh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/highlighter.hh b/src/highlighter.hh
index 25e8087..2b8c72c 100644
--- a/src/highlighter.hh
+++ b/src/highlighter.hh
@@ -35,10 +35,10 @@
#include <set>
#include <utility>
-#include "optional.hpp"
-#include "pcrepp/pcre2pp.hh"
+#include "base/attr_line.hh"
+#include "pcrepp/pcre2pp_fwd.hh"
+#include "styling.hh"
#include "text_format.hh"
-#include "view_curses.hh"
struct highlighter {
highlighter() = default;