diff --git a/include/json/assertions.h b/include/json/assertions.h index 482c4ca..9bf076f 100644 --- a/include/json/assertions.h +++ b/include/json/assertions.h @@ -7,7 +7,7 @@ #define CPPTL_JSON_ASSERTIONS_H_INCLUDED #include -#include +#include #if !defined(JSON_IS_AMALGAMATION) #include "config.h" diff --git a/include/json/config.h b/include/json/config.h index b0ecfa2..a36ca15 100644 --- a/include/json/config.h +++ b/include/json/config.h @@ -5,8 +5,8 @@ #ifndef JSON_CONFIG_H_INCLUDED #define JSON_CONFIG_H_INCLUDED -#include -#include //typedef int64_t, uint64_t +#include +#include //typedef int64_t, uint64_t #include //typedef String /// If defined, indicates that json library is embedded in CppTL library. diff --git a/src/jsontestrunner/main.cpp b/src/jsontestrunner/main.cpp index 3b5e21a..28691a2 100644 --- a/src/jsontestrunner/main.cpp +++ b/src/jsontestrunner/main.cpp @@ -16,7 +16,7 @@ #include // sort #include #include -#include +#include struct Options { JSONCPP_STRING path; diff --git a/src/lib_json/json_value.cpp b/src/lib_json/json_value.cpp index a95032d..81640ea 100644 --- a/src/lib_json/json_value.cpp +++ b/src/lib_json/json_value.cpp @@ -10,7 +10,7 @@ #endif // if !defined(JSON_IS_AMALGAMATION) #include #include -#include +#include #include #include #ifdef JSON_USE_CPPTL diff --git a/src/lib_json/json_writer.cpp b/src/lib_json/json_writer.cpp index 26ee8b7..3a7fd8e 100644 --- a/src/lib_json/json_writer.cpp +++ b/src/lib_json/json_writer.cpp @@ -28,8 +28,8 @@ #endif #else -#include -#include +#include +#include #if defined(_MSC_VER) #if !defined(isnan) diff --git a/src/test_lib_json/jsontest.cpp b/src/test_lib_json/jsontest.cpp index 76e6832..5e04aa4 100644 --- a/src/test_lib_json/jsontest.cpp +++ b/src/test_lib_json/jsontest.cpp @@ -5,7 +5,7 @@ #define _CRT_SECURE_NO_WARNINGS 1 // Prevents deprecation warning with MSVC #include "jsontest.h" -#include +#include #include #if defined(_MSC_VER) diff --git a/src/test_lib_json/jsontest.h b/src/test_lib_json/jsontest.h index 58c5251..48761c5 100644 --- a/src/test_lib_json/jsontest.h +++ b/src/test_lib_json/jsontest.h @@ -11,7 +11,7 @@ #include #include #include -#include +#include #include // //////////////////////////////////////////////////////////////////