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