1 
2 #ifndef YAJL_H
3 
4 #include "yajl_common.h"
5 #include "yajl_gen.h"
6 #include "yajl_parse.h"
7 #include "yajl_tree.h"
8 
9 #define YAJL_H
10 #endif /* YAJL_H */
11