Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / xlate.c
index d8dfc594f89a3b7352a6f78c401658a056dce705..c4d2c7cfe23760334ded99be85c64094a3328b61 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "xlate.h"
+
 #include <ctype.h>
 #include <string.h>
 
-#include "gromacs/legacyheaders/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"