summaryrefslogtreecommitdiff
path: root/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'macro.c')
-rw-r--r--macro.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macro.c b/macro.c
index 19ebcd8..75c2eae 100644
--- a/macro.c
+++ b/macro.c
@@ -1,4 +1,4 @@
-#include "ted.h"
+#include "ted-internal.h"
static void macro_clear(Macro *macro) {
arr_foreach_ptr(macro->actions, Action, act) {