X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fmdlib%2Fmd_support.cpp;h=52b05bdd88feff17835a7ab1c2cc4692cb7b1840;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=9e1abb9f1fead57be0c7fc3fef8248b2a09832e4;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/mdlib/md_support.cpp b/src/gromacs/mdlib/md_support.cpp index 9e1abb9f1f..52b05bdd88 100644 --- a/src/gromacs/mdlib/md_support.cpp +++ b/src/gromacs/mdlib/md_support.cpp @@ -37,22 +37,22 @@ #include "gmxpre.h" +#include "gromacs/legacyheaders/md_support.h" + #include -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/legacyheaders/mdrun.h" #include "gromacs/legacyheaders/domdec.h" -#include "gromacs/topology/mtop_util.h" -#include "gromacs/legacyheaders/vcm.h" -#include "gromacs/legacyheaders/nrnb.h" #include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/md_logging.h" -#include "gromacs/legacyheaders/md_support.h" +#include "gromacs/legacyheaders/mdrun.h" #include "gromacs/legacyheaders/names.h" - +#include "gromacs/legacyheaders/nrnb.h" +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/vcm.h" #include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/math/vec.h" #include "gromacs/timing/wallcycle.h" +#include "gromacs/topology/mtop_util.h" #include "gromacs/utility/cstringutil.h" #include "gromacs/utility/smalloc.h"