Refactor bitmap and compression headers to remove unused includes for clarity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user