mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
11 lines
254 B
C
11 lines
254 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
|