[NTVDM] Improve the PCH situation.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / hardware / disk.c
index 0b23048..135df9b 100644 (file)
  *         in little endian) *MUST* be fixed!
  */
 
-/* INCLUDES *******************************************************************/
-
 #include "ntvdm.h"
 
 #define NDEBUG
 #include <debug.h>
 
-#include "emulator.h"
-#include "disk.h"
-
-// #include "io.h"
-#include "memory.h"
-
-#include "utils.h"
-
-
 /**************** HARD DRIVES -- VHD FIXED DISK FORMAT SUPPORT ****************/
 
 // http://citrixblogger.org/2008/12/01/dynamic-vhd-walkthrough/