diff options
author | 2021-12-14 21:38:14 -0500 | |
---|---|---|
committer | 2021-12-14 21:42:42 -0500 | |
commit | 1214aac0928e5c7ebe3484f06a5c9a000f9962ef (patch) | |
tree | 08e4ee14aa16c1fd721dfef0b9dc1eb28471eb8a /src/tools/image_handler.h | |
parent | 8a8b56bc24a398f5bda13b0e24a56012a1252353 (diff) |
Filesystem code cleanup
- Eliminate dependencies on emu.h, replacing most fatalerror calls and floptool's ersatz emu_fatalerror class with standard exception classes
- Use range-based std::string constructors in some methods
- Move filesystem metadata handling to a separate source file
- Eliminate src/emu as an include path for libformats (necessitates kludge in ti99_dsk.cpp)
Diffstat (limited to 'src/tools/image_handler.h')
-rw-r--r-- | src/tools/image_handler.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/image_handler.h b/src/tools/image_handler.h index d9a861bb3fd..e56f1af872d 100644 --- a/src/tools/image_handler.h +++ b/src/tools/image_handler.h @@ -8,8 +8,6 @@ #pragma once -#include "../emu/emucore.h" - #include "formats/fsmgr.h" #include <cstdint> |