aboutsummaryrefslogtreecommitdiff
path: root/include/json/json.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/json/json.h')
-rw-r--r--include/json/json.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/json/json.h b/include/json/json.h
index 5c776a1..8f10ac2 100644
--- a/include/json/json.h
+++ b/include/json/json.h
@@ -1,4 +1,4 @@
-// Copyright 2007-2010 Baptiste Lepilleur and The JsonCpp Authors
+// Copyright 2007-2010 Baptiste Lepilleur
// Distributed under MIT license, or public domain if desired and
// recognized in your jurisdiction.
// See file LICENSE for detail or copy at http://jsoncpp.sourceforge.net/LICENSE
@@ -6,10 +6,10 @@
#ifndef JSON_JSON_H_INCLUDED
#define JSON_JSON_H_INCLUDED
-#include "config.h"
-#include "json_features.h"
-#include "reader.h"
+#include "autolink.h"
#include "value.h"
+#include "reader.h"
#include "writer.h"
+#include "features.h"
#endif // JSON_JSON_H_INCLUDED