aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/simdjson/include/simdjson/simdjson.h
blob: 551673aefb028f9aed9a2e2f8c82a2f76520138a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/**
 * @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