From b847c7208f15e40999118443d5a808dfe389a8fb Mon Sep 17 00:00:00 2001 From: pommicket Date: Sat, 5 Aug 2023 18:03:55 -0400 Subject: separate ted-internal.h --- ide-highlights.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide-highlights.c') 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; -- cgit v1.2.3