Move files to subdirectories (#6599)
[oweals/minetest.git] / src / client / inputhandler.h
index 249336947a1399390ae986f4ca7f7c34f22f491b..165c759904ca9986e7209f471f222b3d8673a8d1 100644 (file)
@@ -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>