summaryrefslogtreecommitdiff
path: root/ide-highlights.c
diff options
context:
space:
mode:
Diffstat (limited to 'ide-highlights.c')
-rw-r--r--ide-highlights.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-highlights.c b/ide-highlights.c
index ae79053..32874a1 100644
--- a/ide-highlights.c
+++ b/ide-highlights.c
@@ -1,6 +1,6 @@
// highlight uses of identifier (LSP request textDocument/highlight)
-#include "ted.h"
+#include "ted-internal.h"
struct Highlights {
LSPServerRequestID last_request;