[NTVDM]
[reactos.git] / reactos / subsystems / mvdm / ntvdm / hardware / pic.c
index 2d6296a..e7c38eb 100644 (file)
 
 #define NDEBUG
 
+#include "ntvdm.h"
 #include "emulator.h"
-#include "io.h"
 #include "pic.h"
 
+#include "io.h"
+
 /* PRIVATE VARIABLES **********************************************************/
 
 static PIC MasterPic, SlavePic;