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/primoptp.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib/formats/primoptp.cpp') diff --git a/src/lib/formats/primoptp.cpp b/src/lib/formats/primoptp.cpp index 6e04f01bc62..ccadcb6d70d 100644 --- a/src/lib/formats/primoptp.cpp +++ b/src/lib/formats/primoptp.cpp @@ -3,8 +3,7 @@ /* .PTP Microkey Primo tape images */ #include "primoptp.h" - -#include +#include "imageutl.h" #define PRIMO_WAVEENTRY_LOW -32768 -- cgit v1.2.3-70-g09d2