mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Disallow including headers from implementation files
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user