1
0
Fork 0

remove obsolete #include

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1107
This commit is contained in:
Sjoerd van der Berg 2003-07-10 12:34:08 +00:00
parent c441125606
commit 4520aa573e

View file

@ -17,7 +17,6 @@
*/
#include <string.h>
#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);
}