Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / xlate.c
index 9b728a1b7362f64ba3aa0ca5975499c8a97a1f25..c4d2c7cfe23760334ded99be85c64094a3328b61 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 "xlate.h"
 
 #include <ctype.h>
 #include <string.h>
 
-#include "typedefs.h"
-#include "fflibutil.h"
-#include "hackblock.h"
-#include "xlate.h"
-
 #include "gromacs/fileio/strdb.h"
+#include "gromacs/gmxpreprocess/fflibutil.h"
+#include "gromacs/gmxpreprocess/hackblock.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/topology/residuetypes.h"
 #include "gromacs/topology/symtab.h"
 #include "gromacs/utility/cstringutil.h"