Files
simdjson-simdjson/include/simdjson/simdjson.h
T
John Keiser 99667f7c55 Create top level simdjson.h (#515)
- Allows everyone to #include the same way, singleheader or not.
2020-03-04 10:12:27 -08:00

12 lines
255 B
C

/**
* @file
* @deprecated We'll be removing this file so it isn't confused with the top level simdjson.h
*/
#ifndef SIMDJSON_SIMDJSON_H
#define SIMDJSON_SIMDJSON_H
#include "simdjson/compiler_check.h"
#include "simdjson/error.h"
#endif // SIMDJSON_H