1
0
Fork 0

include cleanup

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2185
This commit is contained in:
Peter Veenstra 2005-04-21 18:54:59 +00:00
parent 9b7ffd1010
commit 4e9a7a6120

View file

@ -16,15 +16,11 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <stdlib.h>
#include <string.h>
#include "dosbox.h"
#include "video.h"
#include "pic.h"
#include "timer.h"
#include "vga.h"
#include "inout.h"
VGA_Type vga;
@ -199,4 +195,3 @@ void VGA_Init(Section* sec) {
}
}
}