Refactor includes in dungeon, music, and overworld files to remove unused headers for clarity

This commit is contained in:
scawful
2024-11-13 08:51:54 -05:00
parent 160a9c4c47
commit 84f30f45d0
4 changed files with 3 additions and 19 deletions

View File

@@ -1,15 +1,9 @@
#ifndef YAZE_APP_ZELDA3_TRACKER_H
#define YAZE_APP_ZELDA3_TRACKER_H
#include <cstdint>
#include <memory>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "app/core/constants.h"
#include "app/gfx/bitmap.h"
#include "app/gfx/snes_tile.h"
#include "app/rom.h"
namespace yaze {
@@ -263,4 +257,4 @@ class Tracker {
} // namespace app
} // namespace yaze
#endif
#endif