diff options
| author | EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> | 2021-09-12 19:26:33 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-12 14:26:33 -0400 |
| commit | 6353cf6514fa6ac812ddc1ee210b511ecccde03b (patch) | |
| tree | 559577f487ae99e0acc1acf8815b7913c19f5c3f /ZAPD/ZTexture.cpp | |
| parent | 45cb0d6b04b3eae4a00b7398e544c9d3e607fe51 (diff) | |
Run formatter (#170)
Diffstat (limited to 'ZAPD/ZTexture.cpp')
| -rw-r--r-- | ZAPD/ZTexture.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ZAPD/ZTexture.cpp b/ZAPD/ZTexture.cpp index d3645a1..27fc8d6 100644 --- a/ZAPD/ZTexture.cpp +++ b/ZAPD/ZTexture.cpp @@ -1,11 +1,11 @@ #include "ZTexture.h" #include <cassert> -#include "Utils/BitConverter.h" #include "CRC32.h" +#include "Globals.h" +#include "Utils/BitConverter.h" #include "Utils/Directory.h" #include "Utils/File.h" -#include "Globals.h" #include "Utils/Path.h" REGISTER_ZFILENODE(Texture, ZTexture); |
