summaryrefslogtreecommitdiff
path: root/src/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/client')
-rw-r--r--src/client/clientlauncher.cpp6
-rw-r--r--src/client/inputhandler.cpp2
-rw-r--r--src/client/inputhandler.h2
-rw-r--r--src/client/joystick_controller.cpp2
4 files changed, 6 insertions, 6 deletions
diff --git a/src/client/clientlauncher.cpp b/src/client/clientlauncher.cpp
index dbaba8040..741a90d9f 100644
--- a/src/client/clientlauncher.cpp
+++ b/src/client/clientlauncher.cpp
@@ -17,18 +17,18 @@ with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#include "mainmenumanager.h"
+#include "gui/mainmenumanager.h"
#include "clouds.h"
#include "server.h"
#include "filesys.h"
-#include "guiMainMenu.h"
+#include "gui/guiMainMenu.h"
#include "game.h"
#include "player.h"
#include "chat.h"
#include "gettext.h"
#include "profiler.h"
#include "serverlist.h"
-#include "guiEngine.h"
+#include "gui/guiEngine.h"
#include "fontengine.h"
#include "clientlauncher.h"
#include "version.h"
diff --git a/src/client/inputhandler.cpp b/src/client/inputhandler.cpp
index b176f3ad7..48b94ae95 100644
--- a/src/client/inputhandler.cpp
+++ b/src/client/inputhandler.cpp
@@ -20,7 +20,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "util/numeric.h"
#include "inputhandler.h"
-#include "mainmenumanager.h"
+#include "gui/mainmenumanager.h"
bool MyEventReceiver::OnEvent(const SEvent &event)
{
diff --git a/src/client/inputhandler.h b/src/client/inputhandler.h
index 249336947..165c75990 100644
--- a/src/client/inputhandler.h
+++ b/src/client/inputhandler.h
@@ -26,7 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "renderingengine.h"
#ifdef HAVE_TOUCHSCREENGUI
-#include "touchscreengui.h"
+#include "gui/touchscreengui.h"
#endif
class KeyList : private std::list<KeyPress>
diff --git a/src/client/joystick_controller.cpp b/src/client/joystick_controller.cpp
index 95bd77bc4..c29e8b639 100644
--- a/src/client/joystick_controller.cpp
+++ b/src/client/joystick_controller.cpp
@@ -23,7 +23,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include "settings.h"
#include "gettime.h"
#include "porting.h"
-#include "../util/string.h"
+#include "util/string.h"
bool JoystickButtonCmb::isTriggered(const irr::SEvent::SJoystickEvent &ev) const
{