aboutsummaryrefslogtreecommitdiffstats
path: root/src/frames
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/frames/loading_frame.cpp4
-rw-r--r--src/frames/loading_frame.hpp2
2 files changed, 3 insertions, 3 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
{
diff --git a/src/frames/loading_frame.hpp b/src/frames/loading_frame.hpp
index 80ef0951..5c698d88 100644
--- a/src/frames/loading_frame.hpp
+++ b/src/frames/loading_frame.hpp
@@ -27,7 +27,7 @@
#ifndef LOADING_FRAME_HPP
#define LOADING_FRAME_HPP
-#include "frame.hpp"
+#include "menu/frame.hpp"
#include <log4cpp/Category.hh>
namespace usdx