aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade
diff options
context:
space:
mode:
Diffstat (limited to 'src/crepe/facade')
-rw-r--r--src/crepe/facade/Texture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/facade/Texture.cpp b/src/crepe/facade/Texture.cpp
index cd06439..9a10f9b 100644
--- a/src/crepe/facade/Texture.cpp
+++ b/src/crepe/facade/Texture.cpp
@@ -1,9 +1,9 @@
#include "../util/dbg.h"
-#include "../facade/SDLContext.h"
#include "../manager/Mediator.h"
#include "../types.h"
#include "../Resource.h"
+#include "SDLContext.h"
#include "Texture.h"
using namespace crepe;