diff --git a/apps/openmw/CMakeLists.txt b/apps/openmw/CMakeLists.txt index a70d102bc7..f4598ddc09 100644 --- a/apps/openmw/CMakeLists.txt +++ b/apps/openmw/CMakeLists.txt @@ -34,7 +34,7 @@ set(GAMEINPUT_HEADER source_group(apps\\openmw\\mwinput FILES ${GAMEINPUT} ${GAMEINPUT_HEADER}) set(GAMEGUI_HEADER - mwgui/mw_layouts.hpp + mwgui/layouts.hpp mwgui/race.hpp mwgui/window_manager.hpp mwgui/console.hpp diff --git a/apps/openmw/mwgui/mw_layouts.hpp b/apps/openmw/mwgui/layouts.hpp similarity index 100% rename from apps/openmw/mwgui/mw_layouts.hpp rename to apps/openmw/mwgui/layouts.hpp diff --git a/apps/openmw/mwgui/window_manager.cpp b/apps/openmw/mwgui/window_manager.cpp index 488ff90c95..25fc709784 100644 --- a/apps/openmw/mwgui/window_manager.cpp +++ b/apps/openmw/mwgui/window_manager.cpp @@ -1,5 +1,5 @@ #include "window_manager.hpp" -#include "mw_layouts.hpp" +#include "layouts.hpp" #include "race.hpp" #include "../mwmechanics/mechanicsmanager.hpp"