diff --git a/source/code/highscore.cpp b/source/code/highscore.cpp index 84c96aa..ff92447 100644 --- a/source/code/highscore.cpp +++ b/source/code/highscore.cpp @@ -21,13 +21,14 @@ Source information and contacts persons can be found at =========================================================================== */ + +#include "nlohmann/json.hpp" #include "highscore.h" #include "os.hpp" #include "sago/SagoMisc.hpp" #include #include "common.h" #include -#include "nlohmann/json.hpp" using json = nlohmann::json; diff --git a/source/code/stageclearhandler.cpp b/source/code/stageclearhandler.cpp index 94541fa..3080328 100644 --- a/source/code/stageclearhandler.cpp +++ b/source/code/stageclearhandler.cpp @@ -21,13 +21,13 @@ Source information and contacts persons can be found at =========================================================================== */ +#include "nlohmann/json.hpp" #include "stageclearhandler.hpp" #include "SDL.h" #include #include #include #include "sago/SagoMisc.hpp" -#include "nlohmann/json.hpp" using json = nlohmann::json;