Disallow including headers from implementation files

This commit is contained in:
John Keiser
2023-07-20 10:01:22 -07:00
parent 4dec6ed5a7
commit bb54946b78
93 changed files with 5775 additions and 29057 deletions
+2
View File
@@ -1,9 +1,11 @@
#ifndef SIMDJSON_SRC_IMPLEMENTATION_CPP
#define SIMDJSON_SRC_IMPLEMENTATION_CPP
#include "base.h"
#include "generic/dependencies.h"
#include "simdjson/implementation.h"
#include "simdjson/internal/isadetection.h"
#include <initializer_list>
namespace simdjson {