Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / xdlgitem.cpp
index cf21f2c3dc13f5c5b8ffe6be08f825d2edf9f945..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 "macros.h"
-#include "Xstuff.h"
-#include "xdlgitem.h"
-
+#include "gromacs/legacyheaders/macros.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)