From 1b41011c7414fbdbcbba40297253b27f8e1fb7d3 Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 30 Jul 2024 17:02:08 -0400 Subject: [PATCH] remove unused headers --- src/app/gfx/snes_tile.h | 2 +- src/app/rom.h | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/gfx/snes_tile.h b/src/app/gfx/snes_tile.h index cbd5e2f2..a19c5718 100644 --- a/src/app/gfx/snes_tile.h +++ b/src/app/gfx/snes_tile.h @@ -176,4 +176,4 @@ class OamTile { } // namespace app } // namespace yaze -#endif // YAZE_APP_GFX_SNES_TILE_H \ No newline at end of file +#endif // YAZE_APP_GFX_SNES_TILE_H diff --git a/src/app/rom.h b/src/app/rom.h index 718662b5..20341481 100644 --- a/src/app/rom.h +++ b/src/app/rom.h @@ -2,7 +2,6 @@ #define YAZE_APP_ROM_H #include -#include #include #include @@ -22,7 +21,6 @@ #include #include // for vector -#include "SDL_render.h" // for SDL_Renderer #include "absl/container/flat_hash_map.h" // for flat_hash_map #include "absl/status/status.h" // for Status #include "absl/status/statusor.h" // for StatusOr