aboutsummaryrefslogtreecommitdiffstats
path: root/src/frames/loading_frame.cpp
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2011-12-24 22:12:21 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2013-01-05 17:17:50 +0100
commitc129094a1604f96b4a3a0ca58226e38a2a1b7cdb (patch)
tree20d5e87ed1ff64507a03f84426be4d8229f77f45 /src/frames/loading_frame.cpp
parent9cb390dc3be41600ebace6969f9cd36cd2dcc021 (diff)
downloadusdx-c129094a1604f96b4a3a0ca58226e38a2a1b7cdb.tar.gz
usdx-c129094a1604f96b4a3a0ca58226e38a2a1b7cdb.tar.xz
usdx-c129094a1604f96b4a3a0ca58226e38a2a1b7cdb.zip
Makefile.inc: modularized flags, removed include dirs
Diffstat (limited to '')
-rw-r--r--src/frames/loading_frame.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frames/loading_frame.cpp b/src/frames/loading_frame.cpp
index fac163d6..48996f1f 100644
--- a/src/frames/loading_frame.cpp
+++ b/src/frames/loading_frame.cpp
@@ -25,8 +25,8 @@
*/
#include "loading_frame.hpp"
-#include "frame_background_image.hpp"
-#include "frame_background_color.hpp"
+#include "menu/frame_background_image.hpp"
+#include "menu/frame_background_color.hpp"
namespace usdx
{