Change all include paths to <> instead of "" to avoid relative path includes

This commit is contained in:
John Keiser
2023-07-20 10:48:25 -07:00
parent bb54946b78
commit 4f4e81668e
42 changed files with 180 additions and 43227 deletions
+2 -2
View File
@@ -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 {