Move types/topology.h to topology/
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / grompp.c
index 88a24a4243bbfdf444de8046d8c9d69e25e4172f..919a3632722796f2ee092ccc070677d5dbd4e4f1 100644 (file)
 #include "readir.h"
 #include "names.h"
 #include "grompp-impl.h"
-#include "gromacs/random/random.h"
 #include "gromacs/gmxpreprocess/gen_maxwell_velocities.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/futil.h"
-#include "gromacs/commandline/pargs.h"
 #include "splitter.h"
 #include "gromacs/gmxpreprocess/sortwater.h"
 #include "convparm.h"
-#include "gromacs/utility/fatalerror.h"
 #include "warninp.h"
 #include "index.h"
 #include "gromacs/fileio/gmxfio.h"
 #include "tomorse.h"
 #include "gromacs/imd/imd.h"
 
+#include "gromacs/commandline/pargs.h"
 #include "gromacs/pbcutil/pbc.h"
+#include "gromacs/random/random.h"
 #include "gromacs/topology/symtab.h"
+#include "gromacs/topology/topology.h"
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
 static int rm_interactions(int ifunc, int nrmols, t_molinfo mols[])