summaryrefslogtreecommitdiff
path: root/modules/codec-minecraft
diff options
context:
space:
mode:
Diffstat (limited to 'modules/codec-minecraft')
-rw-r--r--modules/codec-minecraft/minecraft.h2
-rw-r--r--modules/codec-minecraft/var_int_data.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/codec-minecraft/minecraft.h b/modules/codec-minecraft/minecraft.h
index 670b019..c54549e 100644
--- a/modules/codec-minecraft/minecraft.h
+++ b/modules/codec-minecraft/minecraft.h
@@ -1,6 +1,6 @@
#pragma once
-#include <forstio/core/error.h>
+#include <forstio/error.h>
#include <forstio/codec/data.h>
#include <forstio/codec/stream_value.h>
diff --git a/modules/codec-minecraft/var_int_data.h b/modules/codec-minecraft/var_int_data.h
index 807c930..4fbdd57 100644
--- a/modules/codec-minecraft/var_int_data.h
+++ b/modules/codec-minecraft/var_int_data.h
@@ -1,6 +1,6 @@
#pragma once
-#include <forstio/core/data.h>
+#include <forstio/data.h>
namespace saw {
template<>