mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
e510ed2774
* Release candidate (3.7.0) * some extra comments.
12 lines
267 B
C
12 lines
267 B
C
/**
|
|
* @file
|
|
* @deprecated We will be removing this file so it is not 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_SIMDJSON_H
|