aboutsummaryrefslogtreecommitdiff
path: root/bp.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-15 19:27:25 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-15 19:27:25 -0800
commit77b33d6a3cdc2655fa0319a2c5a077eb709cb6aa (patch)
treef4d29634e49c71f4688bcb08b6ec8da40d00be31 /bp.c
parent10dbcdd4fd7bf2f14d49bdf19139f8dd5d53aebd (diff)
Renaming files: printing->print, file_loader->files
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"