Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / xdlghi.cpp
index 95cfe6f3aace6174b5bc0b1f4ee28e3e87032e7b..7d79e3b8ccc50d6451731e2cff51675620a2c4ef 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 "xdlghi.h"
 
 #include <stdlib.h>
 #include <string.h>
 
 #include <algorithm>
 
-#include "macros.h"
-#include "xutil.h"
-#include "xdlghi.h"
-#include "fgrid.h"
-
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
+#include "fgrid.h"
+#include "xutil.h"
+
 t_dlgitem **CreateRadioButtonGroup(t_x11 *x11, char *szTitle,
                                    t_id GroupID, int nrb, t_id rb[],
                                    int nSelect,