summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bx/include/bx/error.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bx/include/bx/error.h')
-rw-r--r--3rdparty/bx/include/bx/error.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/3rdparty/bx/include/bx/error.h b/3rdparty/bx/include/bx/error.h
index 72a8444342c..47d6d8275a4 100644
--- a/3rdparty/bx/include/bx/error.h
+++ b/3rdparty/bx/include/bx/error.h
@@ -6,7 +6,6 @@
#ifndef BX_ERROR_H_HEADER_GUARD
#define BX_ERROR_H_HEADER_GUARD
-#include "bx.h"
#include "string.h"
#define BX_ERROR_SET(_ptr, _result, _msg) \
@@ -94,6 +93,6 @@ namespace bx
} // namespace bx
-#include "error.inl"
+#include "inline/error.inl"
#endif // BX_ERROR_H_HEADER_GUARD