summaryrefslogtreecommitdiffhomepage
path: root/shaders/shader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shaders/shader.cpp')
-rw-r--r--shaders/shader.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/shaders/shader.cpp b/shaders/shader.cpp
index a4ec9dad..8ceb5c44 100644
--- a/shaders/shader.cpp
+++ b/shaders/shader.cpp
@@ -1,10 +1,9 @@
-#include "shaders/shader.hpp"
+#include "shader.hpp"
#include "loader/loader.hpp"
#include "compat/assert.hpp"
#include "src/local-coords.hpp"
#include <cmath>
#include <Corrade/Containers/Iterable.h>
-#include <Corrade/Containers/StringStl.h>
#include <Magnum/Math/Vector4.h>
#include <Magnum/GL/Context.h>
#include <Magnum/GL/Shader.h>