aboutsummaryrefslogtreecommitdiff
path: root/src/scope.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scope.c')
-rw-r--r--src/scope.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scope.c b/src/scope.c
index b5f7960..c37e365 100644
--- a/src/scope.c
+++ b/src/scope.c
@@ -7,9 +7,9 @@
#include <stdlib.h>
#include <assert.h>
-#include <cu/debug.h>
-#include <cu/scope.h>
-#include <cu/actualize.h>
+#include <ek/debug.h>
+#include <ek/scope.h>
+#include <ek/actualize.h>
static int generics_trait_type(struct ast_node *generics)
{