Create top level simdjson.h (#515)

- Allows everyone to #include the same way, singleheader or not.
This commit is contained in:
John Keiser
2020-03-02 14:23:19 -08:00
parent 0b21203141
commit 99667f7c55
51 changed files with 1526 additions and 1513 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
#include "simdjson/jsonioutil.h"
#include "simdjson/jsonparser.h"
#include "simdjson.h"
#include <iostream>
void compute_dump(simdjson::ParsedJson::Iterator &pjh) {