summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/fsd_dsk.cpp
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2020-04-13 19:14:36 +1000
committer Vas Crabb <vas@vastheman.com>2020-04-13 19:14:36 +1000
commitde72f97b90b885e7fa5b0aa237098c945e02f1b5 (patch)
treeccdebacc984f5298783ca8aa7b4ecfa38af23983 /src/lib/formats/fsd_dsk.cpp
parent404e7321a63548d2e77e50ec0dc7572b3298d5f4 (diff)
(nw) formats: reduce dependencies on libemu
The only link dependency left is emu_fatalerror. The format handlers really shouldn't be throwing fatal errors at all - they should just fail to load an image they can't handle. Maybe the interface should be enhanced to allow better propagation of errors up from the format handlers so they can be displayed in a UI rather than just logged. The only other two dependencies are on logmacro.h (pure macros) and the PAIR type from emucore.h (possibly worth moving to util).
Diffstat (limited to 'src/lib/formats/fsd_dsk.cpp')
-rw-r--r--src/lib/formats/fsd_dsk.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/formats/fsd_dsk.cpp b/src/lib/formats/fsd_dsk.cpp
index 9cd4bff1f61..7880c4415c6 100644
--- a/src/lib/formats/fsd_dsk.cpp
+++ b/src/lib/formats/fsd_dsk.cpp
@@ -8,7 +8,6 @@
***************************************************************************/
-#include "emu.h"
#include "fsd_dsk.h"