diff options
Diffstat (limited to 'ide-signature-help.c')
-rw-r--r-- | ide-signature-help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide-signature-help.c b/ide-signature-help.c index a18eea0..ba6f216 100644 --- a/ide-signature-help.c +++ b/ide-signature-help.c @@ -1,7 +1,7 @@ // deals with textDocument/signatureHelp LSP requests // this is the little thing which shows you the signature of the function and the current argument -#include "ted.h" +#include "ted-internal.h" /// a single signature in the signature help. typedef struct { |