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 --- buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buffer.c') diff --git a/buffer.c b/buffer.c index 097e4ed..bf54386 100644 --- a/buffer.c +++ b/buffer.c @@ -2,7 +2,7 @@ // NOTE: All text editing should be done through the two functions // buffer_insert_text_at_pos and buffer_delete_chars_at_pos -#include "ted.h" +#include "ted-internal.h" #include -- cgit v1.2.3