1
0
Fork 0

header cleanup

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2163
This commit is contained in:
Peter Veenstra 2005-03-25 12:00:08 +00:00
parent d2b7bc58a6
commit 29d8dc7231
2 changed files with 2 additions and 10 deletions

View file

@ -16,18 +16,13 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
#include <string.h>
#include "dosbox.h"
#include "bios.h"
#include "mem.h"
#include "callback.h"
#include "regs.h"
#include "video.h"
#include "inout.h"
#include "int10.h"
#include "setup.h"
#include "support.h"
#include "vga.h"
Int10Data int10;
static Bitu call_10;