Refactor bitmap and compression headers to remove unused includes for clarity

This commit is contained in:
scawful
2024-11-13 08:51:32 -05:00
parent 8f8727b6c9
commit 160a9c4c47
4 changed files with 2 additions and 8 deletions

View File

@@ -1,7 +1,6 @@
#ifndef YAZE_APP_GFX_COMPRESSION_H
#define YAZE_APP_GFX_COMPRESSION_H
#include <iostream>
#include <memory>
#include <string>
@@ -249,4 +248,4 @@ absl::StatusOr<std::vector<uint8_t>> DecompressOverworld(const std::vector<uint8
} // namespace app
} // namespace yaze
#endif // YAZE_APP_GFX_COMPRESSION_H
#endif // YAZE_APP_GFX_COMPRESSION_H