summaryrefslogtreecommitdiff
path: root/src/window.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.cpp')
-rw-r--r--src/window.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/window.cpp b/src/window.cpp
index 1be148f..f5821ae 100644
--- a/src/window.cpp
+++ b/src/window.cpp
@@ -1,6 +1,6 @@
#include "backends/imgui_impl_vulkan.h"
#include "math-helpers.hpp"
-#include "static/missing-texture.hpp"
+#include "static-missing-texture.hpp"
#define GLFW_INCLUDE_NONE
#define GLFW_INCLUDE_VULKAN
@@ -14,7 +14,7 @@
#include "game-settings.hpp"
#include "helpers.hpp"
#include "plugins.hpp"
-#include "static/cube.hpp"
+#include "static-cube.hpp"
#include "window-types.hpp"
#include "glm/ext/matrix_transform.hpp"