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 --- tags.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tags.c') diff --git a/tags.c b/tags.c index 95f5e5b..fa87c49 100644 --- a/tags.c +++ b/tags.c @@ -1,6 +1,6 @@ // support for ctags go-to-definition and completion -#include "ted.h" +#include "ted-internal.h" #include "pcre-inc.h" static const char *tags_filename(Ted *ted, bool error_if_does_not_exist) { -- cgit v1.2.3