X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Fsolvate.cpp;h=5cfbe5d03ec22cebb258509e0f01b864ba7d099d;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=421a49a2073b04eade2e6fcd29c9cec934580688;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/solvate.cpp b/src/gromacs/gmxpreprocess/solvate.cpp index 421a49a207..5cfbe5d03e 100644 --- a/src/gromacs/gmxpreprocess/solvate.cpp +++ b/src/gromacs/gmxpreprocess/solvate.cpp @@ -40,21 +40,20 @@ #include -#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/commandline/pargs.h" #include "gromacs/fileio/confio.h" +#include "gromacs/fileio/pdbio.h" +#include "gromacs/gmxlib/conformation-utilities.h" +#include "gromacs/gmxpreprocess/addconf.h" +#include "gromacs/gmxpreprocess/read-conformation.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/utility/futil.h" #include "gromacs/legacyheaders/names.h" -#include "gromacs/gmxlib/conformation-utilities.h" -#include "addconf.h" -#include "read-conformation.h" -#include "gromacs/fileio/pdbio.h" - -#include "gromacs/commandline/pargs.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/math/vec.h" #include "gromacs/topology/atomprop.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" #include "gromacs/utility/smalloc.h" #ifdef DEBUG