diff --git a/src/simdjson.cpp b/src/simdjson.cpp index ea357b4cc..100690abb 100644 --- a/src/simdjson.cpp +++ b/src/simdjson.cpp @@ -4,6 +4,9 @@ SIMDJSON_PUSH_DISABLE_UNUSED_WARNINGS +#include "generic/dependencies.h" +#include "simdjson/amalgamated.h" + #include "to_chars.cpp" #include "from_chars.cpp" #include "internal/error_tables.cpp" @@ -12,10 +15,6 @@ SIMDJSON_PUSH_DISABLE_UNUSED_WARNINGS #include "internal/simdprune_tables.cpp" #include "implementation.cpp" -#include "simdjson/generic/dependencies.h" -#include "generic/dependencies.h" -#include "simdjson/amalgamated.h" - #if SIMDJSON_IMPLEMENTATION_ARM64 #include "arm64.cpp" #endif