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 --- node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node.c') diff --git a/node.c b/node.c index 7d8a71a..e4fd043 100644 --- a/node.c +++ b/node.c @@ -1,6 +1,6 @@ // deals with ted's split-screen feature -#include "ted.h" +#include "ted-internal.h" void node_switch_to_tab(Ted *ted, Node *node, u16 new_tab_index) { node->active_tab = new_tab_index; -- cgit v1.2.3