]> code.citadel.org Git - citadel.git/blobdiff - citadel/screen.c
* Reorg header stuff to make it more compatible with leak checkers
[citadel.git] / citadel / screen.c
index 2acfcd2d1d93c69fd78fed258a015f397674c623..70ee4003efc521fbe35f209497fb83a7c2333468 100644 (file)
@@ -4,13 +4,14 @@
  * Handle full-screen curses stuff
  */
 
-#include "sysdep.h"
+#include <stdlib.h>
+#include <unistd.h>
 #include <stdio.h>
 #include <signal.h>
 #include <string.h>
 #include <stdarg.h>
-#include <unistd.h>
 #include <sys/types.h>
+#include "sysdep.h"
 #ifdef HAVE_VW_PRINTW
 #define _vwprintw vw_printw
 #else