[NTVDM] Revert r69435.
[reactos.git] / reactos / subsystems / mvdm / ntvdm / dos / dos32krnl / himem.c
index d6143b0..19216ed 100644 (file)
  * of the internal Upper Memory Area Manager, in umamgr.c
  */
 
+/* INCLUDES *******************************************************************/
+
 #include "ntvdm.h"
 
 #define NDEBUG
 #include <debug.h>
 
+#include "emulator.h"
+#include "cpu/bop.h"
+#include "../../memory.h"
+#include "bios/umamgr.h"
+
+#include "device.h"
+#include "himem.h"
+
 #define XMS_DEVICE_NAME "XMSXXXX0"
 
 /* BOP Identifiers */