home · contact · privacy
Sorted out library dependencies / includes. Include every header file needed by each...
[plomrogue] / src / windows.c
index 98c8cf8b46da0bbdd73c4b9659a4c27dbfe48c3a..6089781825fe89b6294b2d602946ec561b0673a2 100644 (file)
@@ -1,8 +1,8 @@
-#include <stdlib.h>
+#include "windows.h"
 #include <stdint.h>
 #include <ncurses.h>
+#include <stdlib.h>
 #include <string.h>
-#include "windows.h"
 
 struct Corners {
   struct yx_uint16 tl;