Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / readrot.c
index 527aca8764653c0c1207ccc035612c056910e5ba..f6289af803e0604b26d8a4a18f208dcd87f777d6 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "gromacs/math/vec.h"
-#include "gromacs/utility/smalloc.h"
-#include "readir.h"
-#include "gromacs/legacyheaders/names.h"
-#include "gromacs/utility/futil.h"
 #include "gromacs/fileio/trnio.h"
+#include "gromacs/gmxpreprocess/readir.h"
+#include "gromacs/legacyheaders/names.h"
 #include "gromacs/legacyheaders/txtdump.h"
-
+#include "gromacs/math/vec.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
+#include "gromacs/utility/smalloc.h"
 
 static char *RotStr = {"Enforced rotation:"};