remove obsolete #include
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1107
This commit is contained in:
parent
c441125606
commit
4520aa573e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue