- PCHify freeldr and cleanup some headers (just a start).
[reactos.git] / reactos / boot / freeldr / freeldr / mm / mm.c
index 2d44930..3151393 100644 (file)
  */
 
 #include <freeldr.h>
-#include <mm.h>
-#include "mem.h"
-#include <rtl.h>
-#include <debug.h>
-#include <ui.h>
-#include <machine.h>
 
+#define NDEBUG
+#include <debug.h>
 
 #ifdef DEBUG
 ULONG                  AllocationCount = 0;