aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
Diffstat (limited to 'bp.c')
-rw-r--r--bp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bp.c b/bp.c
index 380a43d..23f3f2d 100644
--- a/bp.c
+++ b/bp.c
@@ -13,10 +13,10 @@
#include <unistd.h>
#include "compiler.h"
-#include "file_loader.h"
+#include "files.h"
#include "grammar.h"
#include "json.h"
-#include "printing.h"
+#include "print.h"
#include "utils.h"
#include "vm.h"