Mark amalgamation early in

This commit is contained in:
John Keiser
2023-07-15 15:53:09 -07:00
parent e25a40facf
commit 7bf1ecff9e
+3 -4
View File
@@ -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