From 20a85d76d94c9c5c7fbe198c3d0e1fbee97a485f Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 9 Nov 2017 01:56:20 +0300 Subject: Move files to subdirectories (#6599) * Move files around --- src/hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hud.cpp') diff --git a/src/hud.cpp b/src/hud.cpp index 29beef16a..ecd2a521d 100644 --- a/src/hud.cpp +++ b/src/hud.cpp @@ -37,7 +37,7 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "client/renderingengine.h" #ifdef HAVE_TOUCHSCREENGUI -#include "touchscreengui.h" +#include "gui/touchscreengui.h" #endif Hud::Hud(gui::IGUIEnvironment *guienv, Client *client, LocalPlayer *player, -- cgit v1.2.3