X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fpdb2top.cpp;h=8d9de45d32635457a9d0b368bd2e7181862fbe4b;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=ec4f8927ce5d570c14cde224c8b774b9cb3e429c;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/pdb2top.cpp b/src/gromacs/gmxpreprocess/pdb2top.cpp index ec4f8927ce..8d9de45d32 100644 --- a/src/gromacs/gmxpreprocess/pdb2top.cpp +++ b/src/gromacs/gmxpreprocess/pdb2top.cpp @@ -36,36 +36,35 @@ */ #include "gmxpre.h" -#include -#include +#include "pdb2top.h" + #include +#include +#include -#include "gromacs/math/vec.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/futil.h" -#include "pdb2top.h" -#include "gpp_nextnb.h" -#include "topdirs.h" -#include "toputil.h" -#include "h_db.h" -#include "pgutil.h" -#include "resall.h" -#include "topio.h" -#include "gromacs/utility/cstringutil.h" -#include "gromacs/fileio/pdbio.h" -#include "gen_ad.h" #include "gromacs/fileio/filenm.h" -#include "gen_vsite.h" -#include "add_par.h" -#include "toputil.h" -#include "fflibutil.h" -#include "gromacs/legacyheaders/copyrite.h" - +#include "gromacs/fileio/pdbio.h" #include "gromacs/fileio/strdb.h" +#include "gromacs/gmxpreprocess/add_par.h" +#include "gromacs/gmxpreprocess/fflibutil.h" +#include "gromacs/gmxpreprocess/gen_ad.h" +#include "gromacs/gmxpreprocess/gen_vsite.h" +#include "gromacs/gmxpreprocess/gpp_nextnb.h" +#include "gromacs/gmxpreprocess/h_db.h" +#include "gromacs/gmxpreprocess/pgutil.h" +#include "gromacs/gmxpreprocess/resall.h" +#include "gromacs/gmxpreprocess/topdirs.h" +#include "gromacs/gmxpreprocess/topio.h" +#include "gromacs/gmxpreprocess/toputil.h" +#include "gromacs/legacyheaders/copyrite.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/math/vec.h" #include "gromacs/topology/residuetypes.h" #include "gromacs/topology/symtab.h" +#include "gromacs/utility/cstringutil.h" #include "gromacs/utility/exceptions.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/programcontext.h" #include "gromacs/utility/smalloc.h"