From 0da505b43eb7e6d9d391efc70f68a752bcdcd643 Mon Sep 17 00:00:00 2001 From: AJR Date: Sat, 11 Sep 2021 16:07:33 -0400 Subject: Formats-related refactoring - Remove opresolv.h from emu.h and some other base headers - Split legacy floppy image class into a separate file - Clean up a lot of #includes in src/lib and src/tools/imgtool --- src/lib/formats/atom_tap.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/formats/atom_tap.cpp') diff --git a/src/lib/formats/atom_tap.cpp b/src/lib/formats/atom_tap.cpp index 02a2416f856..db29798d51d 100644 --- a/src/lib/formats/atom_tap.cpp +++ b/src/lib/formats/atom_tap.cpp @@ -44,8 +44,6 @@ #include "csw_cas.h" #include "uef_cas.h" -#include - /*************************************************************************** PARAMETERS ***************************************************************************/ -- cgit v1.2.3