diff options
| author | 2013-08-07 17:58:42 +0000 | |
|---|---|---|
| committer | 2013-08-07 17:58:42 +0000 | |
| commit | 8e0dfc6525232e9242c3731db492ebc5ee4ef26a (patch) | |
| tree | 03747ee7fda1b2edabc67b7088cec793b4b51db9 /src/lib/web | |
| parent | 824c2b0c5bc5502e7649b2a4961a063c738ab4d5 (diff) | |
this was not needed, putting back to original content (nw)
Diffstat (limited to 'src/lib/web')
| -rw-r--r-- | src/lib/web/json/json_reader.cpp | 2 | ||||
| -rw-r--r-- | src/lib/web/json/json_value.cpp | 2 | ||||
| -rw-r--r-- | src/lib/web/json/json_writer.cpp | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/web/json/json_reader.cpp b/src/lib/web/json/json_reader.cpp index c966d266243..4a0d97a54ad 100644 --- a/src/lib/web/json/json_reader.cpp +++ b/src/lib/web/json/json_reader.cpp @@ -2,7 +2,7 @@ // 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 -#include "emu.h" + #if !defined(JSON_IS_AMALGAMATION) # include <json/reader.h> # include <json/value.h> diff --git a/src/lib/web/json/json_value.cpp b/src/lib/web/json/json_value.cpp index bf2fbbbb100..ff98f63570b 100644 --- a/src/lib/web/json/json_value.cpp +++ b/src/lib/web/json/json_value.cpp @@ -2,7 +2,7 @@ // 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 -#include "emu.h" + #if !defined(JSON_IS_AMALGAMATION) # include <json/value.h> # include <json/writer.h> diff --git a/src/lib/web/json/json_writer.cpp b/src/lib/web/json/json_writer.cpp index f2affda87c0..fc68346175b 100644 --- a/src/lib/web/json/json_writer.cpp +++ b/src/lib/web/json/json_writer.cpp @@ -2,7 +2,7 @@ // 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 -#include "emu.h" + #if !defined(JSON_IS_AMALGAMATION) # include <json/writer.h> # include "json_tool.h" |
