From 1214aac0928e5c7ebe3484f06a5c9a000f9962ef Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 14 Dec 2021 21:38:14 -0500 Subject: 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) --- src/tools/image_handler.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tools/image_handler.h') 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 -- cgit v1.2.3-70-g09d2