summaryrefslogtreecommitdiffhomepage
path: root/test/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/main.cpp')
-rw-r--r--test/main.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/main.cpp b/test/main.cpp
index f09768a9..d20d5d26 100644
--- a/test/main.cpp
+++ b/test/main.cpp
@@ -1,5 +1,5 @@
#include "app.hpp"
-#include "loader.hpp"
+#include "loader/loader.hpp"
namespace floormat {
@@ -33,4 +33,3 @@ int main(int argc, char** argv)
floormat::floormat application{{argc, argv}};
return application.exec();
}
-