Remove unused includes and clean up header files
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#ifndef YAZE_APP_EDITOR_SPRITE_EDITOR_H
|
||||
#define YAZE_APP_EDITOR_SPRITE_EDITOR_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
#include "absl/status/status.h"
|
||||
#include "app/editor/sprite/zsprite.h"
|
||||
#include "app/editor/editor.h"
|
||||
@@ -112,4 +115,4 @@ class SpriteEditor : public SharedRom, public Editor {
|
||||
} // namespace editor
|
||||
} // namespace yaze
|
||||
|
||||
#endif // YAZE_APP_EDITOR_SPRITE_EDITOR_H
|
||||
#endif // YAZE_APP_EDITOR_SPRITE_EDITOR_H
|
||||
|
||||
Reference in New Issue
Block a user