simdjson 4.0.7
Ridiculously Fast JSON
Loading...
Searching...
No Matches
dependencies.h
1#ifdef SIMDJSON_CONDITIONAL_INCLUDE
2#error simdjson/generic/dependencies.h must be included before defining SIMDJSON_CONDITIONAL_INCLUDE!
3#endif
4
5#ifndef SIMDJSON_GENERIC_DEPENDENCIES_H
6#define SIMDJSON_GENERIC_DEPENDENCIES_H
7
8// Internal headers needed for generics.
9// All includes referencing simdjson headers *not* under simdjson/generic must be here!
10// Otherwise, amalgamation will fail.
11#include "simdjson/base.h"
12#include "simdjson/implementation.h"
13#include "simdjson/implementation_detection.h"
14#include "simdjson/internal/instruction_set.h"
15#include "simdjson/internal/dom_parser_implementation.h"
16#include "simdjson/internal/jsoncharutils_tables.h"
17#include "simdjson/internal/numberparsing_tables.h"
18#include "simdjson/internal/simdprune_tables.h"
19#endif // SIMDJSON_GENERIC_DEPENDENCIES_H