aboutsummaryrefslogtreecommitdiff
path: root/src/common.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-01-03 14:45:09 +0000
committergingerBill <bill@gingerbill.org>2023-01-03 14:45:09 +0000
commit0fb3032b731b640a2d0d1d62b9f8dd548e224b0e (patch)
tree178b8cc6c72684d7f0b0041af2b5616804b31638 /src/common.cpp
parent69934c3b0b1b8ad0a499574c39c1ab177a1fe30a (diff)
General improves to `alloc_ast_node` and other unnecessary checks
Diffstat (limited to 'src/common.cpp')
-rw-r--r--src/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.cpp b/src/common.cpp
index 199a263a1..988a992d0 100644
--- a/src/common.cpp
+++ b/src/common.cpp
@@ -43,9 +43,9 @@ gb_internal void debugf(char const *fmt, ...);
#error Odin on Windows requires a 64-bit build-system. The 'Developer Command Prompt' for VS still defaults to 32-bit shell. The 64-bit shell can be found under the name 'x64 Native Tools Command Prompt' for VS. For more information, please see https://odin-lang.org/docs/install/#for-windows
#endif
-#include "threading.cpp"
#include "unicode.cpp"
#include "array.cpp"
+#include "threading.cpp"
#include "queue.cpp"
#include "common_memory.cpp"
#include "string.cpp"