diff --git a/src/hardware/keyboard.cpp b/src/hardware/keyboard.cpp index 2a87d51c..2c876379 100644 --- a/src/hardware/keyboard.cpp +++ b/src/hardware/keyboard.cpp @@ -16,11 +16,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: keyboard.cpp,v 1.30 2005-02-10 10:21:08 qbix79 Exp $ */ - -#include -#include -#include +/* $Id: keyboard.cpp,v 1.31 2005-03-25 11:55:20 qbix79 Exp $ */ #include "dosbox.h" #include "keyboard.h" @@ -28,6 +24,7 @@ #include "pic.h" #include "mem.h" #include "mixer.h" +#include "timer.h" #define KEYBUFSIZE 32 #define KEYDELAY 0.300f //Considering 20-30 khz serial clock and 11 bits/char diff --git a/src/ints/int10.cpp b/src/ints/int10.cpp index c3af071d..88f3968d 100644 --- a/src/ints/int10.cpp +++ b/src/ints/int10.cpp @@ -16,18 +16,13 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include #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;