[NTVDM] Improve the PCH situation.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / hardware / cmos.c
index 8482553..c7fff9f 100644 (file)
@@ -6,20 +6,11 @@
  * PROGRAMMERS:     Aleksandar Andrejevic <theflash AT sdf DOT lonestar DOT org>
  */
 
-/* INCLUDES *******************************************************************/
-
 #include "ntvdm.h"
 
 #define NDEBUG
 #include <debug.h>
 
-#include "emulator.h"
-#include "cmos.h"
-
-#include "io.h"
-#include "pic.h"
-#include "clock.h"
-
 /* PRIVATE VARIABLES **********************************************************/
 
 static HANDLE hCmosRam = INVALID_HANDLE_VALUE;