summaryrefslogtreecommitdiff
path: root/nbt/nbt.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nbt/nbt.c (renamed from src/tag.c)5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/tag.c b/nbt/nbt.c
index 8f1502c..a2a21d5 100644
--- a/src/tag.c
+++ b/nbt/nbt.c
@@ -1,8 +1,5 @@
-#include "tag.h"
+#include "nbt.h"
#include "map.h"
-#include "nbt/nbt.h"
-#include "snbt/snbt.h"
-#include "json/json.h"
#include <stdlib.h>