Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / xdlgitem.cpp
index 2883948b8bc460a600297d299b31b432ae0373f6..2660ea31fb7c7b1ccb05c206f569128e4311e989 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 "xdlgitem.h"
 
 #include <ctype.h>
 #include <stdio.h>
 #include <algorithm>
 
 #include "gromacs/legacyheaders/macros.h"
-#include "Xstuff.h"
-#include "xdlgitem.h"
-
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
+#include "Xstuff.h"
+
 #define BUFSIZE 16
 
 static t_dlgitem *newitem(void)