commit | 4cd8bae331989d824dac242860634eb8a5d20fa1 | [log] [tgz] |
---|---|---|
author | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Thu Mar 15 22:11:38 2007 +0000 |
committer | Baptiste Lepilleur <baptiste.lepilleur@gmail.com> | Thu Mar 15 22:11:38 2007 +0000 |
tree | 0fa6e757f73a7c3f5fad11d29e59530c5b41cf6c | |
parent | d3a114c9063748795dbd49b716b8a132f4be1951 [diff] [blame] |
- reorganized repository to match standard layout
diff --git a/include/json/json.h b/include/json/json.h new file mode 100644 index 0000000..c2a24ea --- /dev/null +++ b/include/json/json.h
@@ -0,0 +1,9 @@ +#ifndef JSON_JSON_H_INCLUDED +# define JSON_JSON_H_INCLUDED + +# include "autolink.h" +# include "value.h" +# include "reader.h" +# include "writer.h" + +#endif // JSON_JSON_H_INCLUDED