Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / xutil.cpp
index 890d2f6acd1feee99983c8858484de55533b565e..8d11f70bf097a329285c1b88e8ed4db209880c9f 100644 (file)
  * 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 "xutil.h"
 
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/smalloc.h"
-#include "typedefs.h"
-#include "xutil.h"
+
 #include "Xstuff.h"
 
 int CheckWin(Window win, const char *file, int line)