diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 15:26:31 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-05-26 15:26:31 +0200 |
commit | c3bebd8c3263d67f3b66cab7437bc24f5ea724c8 (patch) | |
tree | 4d9edf3195d1ea177d35c5afec51aa9e88408a40 /loader | |
parent | 30f06fac317668c7da977edf13085a0e0e9df964 (diff) |
b cleanup includes
- remove unused includes
- reorder some compat/ includes to the bottom, in order to check whether
the headers correctly include them
Diffstat (limited to 'loader')
-rw-r--r-- | loader/texture.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cstring> //#include <cstdio> |