mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Only use amalgamated.h in generic/
This commit is contained in:
+4
-1
@@ -1,8 +1,11 @@
|
||||
#ifndef SIMDJSON_SRC_FALLBACK_CPP
|
||||
#define SIMDJSON_SRC_FALLBACK_CPP
|
||||
|
||||
#ifndef SIMDJSON_AMALGAMATED
|
||||
#include "simdjson/fallback/implementation.h"
|
||||
#include "simdjson/fallback/amalgamated.h"
|
||||
#endif // SIMDJSON_AMALGAMATED
|
||||
|
||||
#include "simdjson/fallback.h"
|
||||
|
||||
#include "simdjson/fallback/begin.h"
|
||||
#include "generic/stage1/find_next_document_index.h"
|
||||
|
||||
Reference in New Issue
Block a user