mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
Change all include paths to <> instead of "" to avoid relative path includes
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#ifndef SIMDJSON_SRC_ERROR_TABLES_CPP
|
||||
#define SIMDJSON_SRC_ERROR_TABLES_CPP
|
||||
|
||||
#include "simdjson/internal/jsoncharutils_tables.h"
|
||||
#include "simdjson/error-inl.h"
|
||||
#include <simdjson/internal/jsoncharutils_tables.h>
|
||||
#include <simdjson/error-inl.h>
|
||||
|
||||
namespace simdjson {
|
||||
namespace internal {
|
||||
|
||||
Reference in New Issue
Block a user