- define STATUS_* codes correctly in winnt.h and ntstatus.h
[reactos.git] / reactos / services / dhcp / api.c
index ca628bb..0551914 100644 (file)
@@ -7,9 +7,9 @@
  * PROGRAMMER:       arty
  */
 
+#include "rosdhcp.h"
 #include <winsock2.h>
 #include <iphlpapi.h>
-#include "rosdhcp.h"
 
 static CRITICAL_SECTION ApiCriticalSection;