aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-12-25 16:20:32 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:50 +0100
commit136bea6e38b02a6b47f8722a863d9ead06c07720 (patch)
tree9e3dc5fdd00bf2997a4a63c2d38f5d7e118d460f /src/menu
parent2636e834c25a42bb2dd01c3c61d075b666dee3bf (diff)
downloadusdx-136bea6e38b02a6b47f8722a863d9ead06c07720.tar.gz
usdx-136bea6e38b02a6b47f8722a863d9ead06c07720.tar.xz
usdx-136bea6e38b02a6b47f8722a863d9ead06c07720.zip
fixed include paths
Diffstat (limited to '')
-rw-r--r--src/menu/control.cpp1
-rw-r--r--src/menu/frame_background_image.hpp2
-rw-r--r--src/menu/software_mouse_pointer.hpp2
3 files changed, 2 insertions, 3 deletions
diff --git a/src/menu/control.cpp b/src/menu/control.cpp
index f9ea2a89..b22df1ab 100644
--- a/src/menu/control.cpp
+++ b/src/menu/control.cpp
@@ -24,7 +24,6 @@
* $Id$
*/
-#include <stddef.h>
#include "control.hpp"
namespace usdx
diff --git a/src/menu/frame_background_image.hpp b/src/menu/frame_background_image.hpp
index de9103c1..a3349574 100644
--- a/src/menu/frame_background_image.hpp
+++ b/src/menu/frame_background_image.hpp
@@ -31,7 +31,7 @@
#include <GL/gl.h>
#include "frame_background.hpp"
-#include "base/texture.hpp"
+#include "texture.hpp"
namespace usdx
{
diff --git a/src/menu/software_mouse_pointer.hpp b/src/menu/software_mouse_pointer.hpp
index b1f40d06..3b29e50e 100644
--- a/src/menu/software_mouse_pointer.hpp
+++ b/src/menu/software_mouse_pointer.hpp
@@ -30,7 +30,7 @@
#include "drawable_control.hpp"
#include "control.hpp"
#include "event_manager.hpp"
-#include "base/texture.hpp"
+#include "texture.hpp"
#include <boost/signals2.hpp>
#include <boost/thread/mutex.hpp>