Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / x11.cpp
index 131f52c833129c53e99af8b0fb8567cd765d735e..cf3eb241bb91228781dfc702c55b1782397a612c 100644 (file)
@@ -34,7 +34,9 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "config.h"
+#include "gmxpre.h"
+
+#include "x11.h"
 
 #include <stdlib.h>
 #include <string.h>
@@ -42,8 +44,8 @@
 #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;