diff --git a/src/hardware/serialport.cpp b/src/hardware/serialport.cpp index eb040151..120a5603 100644 --- a/src/hardware/serialport.cpp +++ b/src/hardware/serialport.cpp @@ -17,7 +17,6 @@ */ #include -#include "sdl_syswm.h" #include "dosbox.h" #include "inout.h" @@ -439,3 +438,4 @@ void SERIAL_Init(Section* sec) { serialports[0] = new CSerial(0x3f0,4,SERIALBASERATE); serialports[1] = new CSerial(0x2f0,3,SERIALBASERATE); } +