Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / x11.cpp
index add052b006ffdafe1b7cd51ef89c60cde7e2b45a..cf3eb241bb91228781dfc702c55b1782397a612c 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "x11.h"
+
 #include <stdlib.h>
 #include <string.h>
 
 #include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/smalloc.h"
+
 #include "Xstuff.h"
-#include "x11.h"
 
 /* These colours will be mapped to black on a monochrome screen */
 unsigned long BLACK, BLUE, GREEN, CYAN, RED, BROWN, GREY, DARKGREY;