diff --git a/projectfiles/CodeBlocks/wesnoth.cbp b/projectfiles/CodeBlocks/wesnoth.cbp index 9b7355b1180c..ac617b1fb492 100644 --- a/projectfiles/CodeBlocks/wesnoth.cbp +++ b/projectfiles/CodeBlocks/wesnoth.cbp @@ -965,9 +965,9 @@ - - - + + + diff --git a/projectfiles/VC9/wesnoth.vcproj b/projectfiles/VC9/wesnoth.vcproj index 270fd9251a37..5f79bf2aff65 100644 --- a/projectfiles/VC9/wesnoth.vcproj +++ b/projectfiles/VC9/wesnoth.vcproj @@ -20953,15 +20953,15 @@ > #include diff --git a/src/tstring.hpp b/src/tstring.hpp index 06d708795592..4f2bb4f894b9 100644 --- a/src/tstring.hpp +++ b/src/tstring.hpp @@ -15,7 +15,7 @@ #ifndef TSTRING_H_INCLUDED #define TSTRING_H_INCLUDED -#include "shared_object.hpp" +#include "utils/shared_object.hpp" #include diff --git a/src/sha1.cpp b/src/utils/sha1.cpp similarity index 100% rename from src/sha1.cpp rename to src/utils/sha1.cpp diff --git a/src/sha1.hpp b/src/utils/sha1.hpp similarity index 100% rename from src/sha1.hpp rename to src/utils/sha1.hpp diff --git a/src/shared_object.hpp b/src/utils/shared_object.hpp similarity index 100% rename from src/shared_object.hpp rename to src/utils/shared_object.hpp