diff --git a/src/cli/command.h b/src/cli/command.h index f60c915a..941d25f0 100644 --- a/src/cli/command.h +++ b/src/cli/command.h @@ -6,22 +6,13 @@ #include #include #include -#include #include #include #include "absl/status/status.h" -#include "absl/strings/str_cat.h" #include "app/core/common.h" #include "app/core/constants.h" -#include "app/emu/snes.h" -#include "app/gfx/bitmap.h" -#include "app/gfx/compression.h" -#include "app/gfx/snes_palette.h" -#include "app/gfx/snes_tile.h" -#include "app/gui/canvas.h" #include "app/rom.h" -#include "app/zelda3/overworld/overworld.h" #include "asar-dll-bindings/c/asar.h" namespace yaze { @@ -263,4 +254,4 @@ struct Commands { } // namespace cli } // namespace yaze -#endif \ No newline at end of file +#endif