X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fx2top.c;h=1dacc45c63117bc74cd48636385de6eb25ed1a8e;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=f0ae9ad8d8bdcaddfa266c2615d3b98fca20c598;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/x2top.c b/src/gromacs/gmxpreprocess/x2top.c index f0ae9ad8d8..1dacc45c63 100644 --- a/src/gromacs/gmxpreprocess/x2top.c +++ b/src/gromacs/gmxpreprocess/x2top.c @@ -40,24 +40,23 @@ #include +#include "gromacs/bonded/bonded.h" +#include "gromacs/commandline/pargs.h" +#include "gromacs/fileio/confio.h" +#include "gromacs/fileio/gmxfio.h" +#include "gromacs/gmxpreprocess/gen_ad.h" +#include "gromacs/gmxpreprocess/gpp_nextnb.h" +#include "gromacs/gmxpreprocess/hackblock.h" +#include "gromacs/gmxpreprocess/nm2type.h" +#include "gromacs/gmxpreprocess/pdb2top.h" +#include "gromacs/gmxpreprocess/toppush.h" #include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/math/utilities.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/fileio/gmxfio.h" -#include "gromacs/fileio/confio.h" -#include "gromacs/math/units.h" -#include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/legacyheaders/readinp.h" #include "gromacs/legacyheaders/names.h" -#include "toppush.h" -#include "pdb2top.h" -#include "gen_ad.h" -#include "gpp_nextnb.h" -#include "hackblock.h" -#include "nm2type.h" - -#include "gromacs/bonded/bonded.h" -#include "gromacs/commandline/pargs.h" +#include "gromacs/legacyheaders/readinp.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/math/units.h" +#include "gromacs/math/utilities.h" #include "gromacs/math/vec.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/topology/symtab.h"