From c3bebd8c3263d67f3b66cab7437bc24f5ea724c8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 26 May 2024 15:26:31 +0200 Subject: b cleanup includes - remove unused includes - reorder some compat/ includes to the bottom, in order to check whether the headers correctly include them --- loader/texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'loader') diff --git a/loader/texture.cpp b/loader/texture.cpp index 0da6f1e7..fc180bc3 100644 --- a/loader/texture.cpp +++ b/loader/texture.cpp @@ -1,7 +1,7 @@ #include "impl.hpp" #include "compat/assert.hpp" -#include "compat/exception.hpp" #include "compat/defs.hpp" +#include "compat/exception.hpp" #include "compat/strerror.hpp" #include //#include -- cgit v1.2.3