From 88d84763147fbd6bcc087f15a7460566a009cdb2 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Thu, 19 Dec 2024 13:41:02 +0100 Subject: fix header ordering --- src/crepe/facade/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crepe/facade') 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; -- cgit v1.2.3