mirror of
https://github.com/simdjson/simdjson
synced 2026-06-08 17:27:07 +00:00
99667f7c55
- Allows everyone to #include the same way, singleheader or not.
9 lines
174 B
C
9 lines
174 B
C
// TODO Remove this -- deprecated API and files
|
|
|
|
#ifndef SIMDJSON_PARSEDJSONITERATOR_H
|
|
#define SIMDJSON_PARSEDJSONITERATOR_H
|
|
|
|
#include "simdjson/document_iterator.h"
|
|
|
|
#endif
|