aboutsummaryrefslogtreecommitdiff
path: root/environment.c
diff options
context:
space:
mode:
Diffstat (limited to 'environment.c')
-rw-r--r--environment.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/environment.c b/environment.c
index 5170fa95..dc31eee1 100644
--- a/environment.c
+++ b/environment.c
@@ -3,9 +3,9 @@
#include <stdlib.h>
#include <signal.h>
-#include "builtins/tables.h"
-#include "builtins/text.h"
-#include "builtins/util.h"
+#include "stdlib/tables.h"
+#include "stdlib/text.h"
+#include "stdlib/util.h"
#include "cordhelpers.h"
#include "environment.h"
#include "typecheck.h"