X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fpdb2gmx.c;h=ac9f6ec0837524aa9a7b6b5543e086b8ed87bb2f;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=0a1aeb20d41ecd14255f0854778d09539509f2e7;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/pdb2gmx.c b/src/gromacs/gmxpreprocess/pdb2gmx.c index 0a1aeb20d4..ac9f6ec083 100644 --- a/src/gromacs/gmxpreprocess/pdb2gmx.c +++ b/src/gromacs/gmxpreprocess/pdb2gmx.c @@ -43,40 +43,37 @@ #include #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/fileio/gmxfio.h" -#include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/utility/cstringutil.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/futil.h" +#include "gromacs/fileio/gmxfio.h" #include "gromacs/fileio/pdbio.h" -#include "toputil.h" -#include "h_db.h" -#include "pgutil.h" -#include "resall.h" -#include "pdb2top.h" -#include "ter_db.h" +#include "gromacs/fileio/strdb.h" #include "gromacs/gmxlib/conformation-utilities.h" -#include "genhydro.h" -#include "gromacs/legacyheaders/readinp.h" -#include "gromacs/topology/index.h" -#include "fflibutil.h" +#include "gromacs/gmxpreprocess/fflibutil.h" +#include "gromacs/gmxpreprocess/genhydro.h" +#include "gromacs/gmxpreprocess/h_db.h" +#include "gromacs/gmxpreprocess/hizzie.h" +#include "gromacs/gmxpreprocess/pdb2top.h" +#include "gromacs/gmxpreprocess/pgutil.h" +#include "gromacs/gmxpreprocess/resall.h" +#include "gromacs/gmxpreprocess/specbond.h" +#include "gromacs/gmxpreprocess/ter_db.h" +#include "gromacs/gmxpreprocess/toputil.h" +#include "gromacs/gmxpreprocess/xlate.h" +#include "gromacs/legacyheaders/copyrite.h" #include "gromacs/legacyheaders/macros.h" - -#include "gromacs/commandline/pargs.h" -#include "gromacs/fileio/strdb.h" +#include "gromacs/legacyheaders/readinp.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/vec.h" #include "gromacs/topology/atomprop.h" #include "gromacs/topology/block.h" #include "gromacs/topology/index.h" #include "gromacs/topology/residuetypes.h" #include "gromacs/topology/symtab.h" -#include "gromacs/utility/smalloc.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" - -#include "hizzie.h" -#include "specbond.h" -#include "xlate.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" typedef struct { char gmx[6];