[NTVDM] Improve the PCH situation.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / hardware / ppi.c
index fbab101..e3fa3d7 100644 (file)
  *        - This controller is here only for having ports 61h and 62h working.
  */
 
-/* INCLUDES *******************************************************************/
-
 #include "ntvdm.h"
 
 #define NDEBUG
 #include <debug.h>
 
-#include "emulator.h"
-#include "ppi.h"
-
-#include "hardware/pit.h"
-#include "hardware/sound/speaker.h"
-
-#include "io.h"
-
 /* PRIVATE VARIABLES **********************************************************/
 
 /*static*/ BYTE Port61hState = 0x00; // Used in emulator.c