- PCHify freeldr and cleanup some headers (just a start).
[reactos.git] / reactos / boot / freeldr / freeldr / inifile / parse.c
index 9f70905..c8d9c61 100644 (file)
  */
 
 #include <freeldr.h>
-#include "ini.h"
-#include <rtl.h>
-#include <mm.h>
-#include <debug.h>
-#include <machine.h>
 
+#define NDEBUG
+#include <debug.h>
 
 PINI_SECTION           IniFileSectionListHead = NULL;
 ULONG                                  IniFileSectionCount = 0;