Enforce that dependencies.h and generic/*.h include the same dependencies.

This commit is contained in:
John Keiser
2023-07-17 16:07:42 -07:00
parent cbe562c1d5
commit e3cac71afe
25 changed files with 1721 additions and 1112 deletions
+1 -4
View File
@@ -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"