summaryrefslogtreecommitdiff
path: root/ide-hover.c
diff options
context:
space:
mode:
Diffstat (limited to 'ide-hover.c')
-rw-r--r--ide-hover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-hover.c b/ide-hover.c
index 91eb185..af70544 100644
--- a/ide-hover.c
+++ b/ide-hover.c
@@ -1,6 +1,6 @@
// LSP hover information (textDocument/hover request)
-#include "ted.h"
+#include "ted-internal.h"
struct Hover {
LSPServerRequestID last_request;