Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / grompp.c
index 7e32feb2f6d1e0ee545ce072a2e499068ee3fbfd..8a7c681315351031ca616b21b16f926420c07532 100644 (file)
 
 #include "grompp.h"
 
-#include <sys/types.h>
-#include <math.h>
-#include <string.h>
+#include <assert.h>
 #include <errno.h>
 #include <limits.h>
-#include <assert.h>
+#include <math.h>
+#include <string.h>
 
-#include "gromacs/legacyheaders/macros.h"
-#include "readir.h"
-#include "toputil.h"
-#include "topio.h"
+#include <sys/types.h>
+
+#include "gromacs/commandline/pargs.h"
 #include "gromacs/fileio/confio.h"
-#include "readir.h"
-#include "gromacs/legacyheaders/names.h"
-#include "grompp-impl.h"
-#include "gromacs/gmxpreprocess/gen_maxwell_velocities.h"
-#include "gromacs/math/vec.h"
-#include "gromacs/utility/futil.h"
-#include "gromacs/legacyheaders/splitter.h"
-#include "gromacs/gmxpreprocess/sortwater.h"
-#include "convparm.h"
-#include "gromacs/legacyheaders/warninp.h"
+#include "gromacs/fileio/enxio.h"
 #include "gromacs/fileio/gmxfio.h"
-#include "gromacs/fileio/trnio.h"
 #include "gromacs/fileio/tpxio.h"
+#include "gromacs/fileio/trnio.h"
 #include "gromacs/fileio/trxio.h"
-#include "vsite_parm.h"
-#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/gmxpreprocess/add_par.h"
+#include "gromacs/gmxpreprocess/calc_verletbuf.h"
+#include "gromacs/gmxpreprocess/compute_io.h"
+#include "gromacs/gmxpreprocess/convparm.h"
+#include "gromacs/gmxpreprocess/gen_maxwell_velocities.h"
+#include "gromacs/gmxpreprocess/gpp_atomtype.h"
+#include "gromacs/gmxpreprocess/grompp-impl.h"
+#include "gromacs/gmxpreprocess/readir.h"
+#include "gromacs/gmxpreprocess/sortwater.h"
+#include "gromacs/gmxpreprocess/tomorse.h"
+#include "gromacs/gmxpreprocess/topio.h"
+#include "gromacs/gmxpreprocess/toputil.h"
+#include "gromacs/gmxpreprocess/vsite_parm.h"
+#include "gromacs/imd/imd.h"
 #include "gromacs/legacyheaders/calcgrid.h"
-#include "add_par.h"
-#include "gromacs/fileio/enxio.h"
-#include "gromacs/legacyheaders/perf_est.h"
-#include "compute_io.h"
-#include "gpp_atomtype.h"
-#include "gromacs/topology/mtop_util.h"
 #include "gromacs/legacyheaders/genborn.h"
-#include "calc_verletbuf.h"
-#include "tomorse.h"
-#include "gromacs/imd/imd.h"
-#include "gromacs/utility/cstringutil.h"
-
-#include "gromacs/commandline/pargs.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/perf_est.h"
+#include "gromacs/legacyheaders/splitter.h"
+#include "gromacs/legacyheaders/txtdump.h"
+#include "gromacs/legacyheaders/warninp.h"
+#include "gromacs/math/vec.h"
 #include "gromacs/pbcutil/pbc.h"
 #include "gromacs/random/random.h"
+#include "gromacs/topology/mtop_util.h"
 #include "gromacs/topology/symtab.h"
 #include "gromacs/topology/topology.h"
+#include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/futil.h"
 #include "gromacs/utility/smalloc.h"
 
 static int rm_interactions(int ifunc, int nrmols, t_molinfo mols[])