X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxlib%2Fmvdata.c;h=41aeaeaf15e7267d1bbb475c44d016d6e6ddd7f0;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=8885b13c0e267613c2ec46010b72a397c2bf829d;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxlib/mvdata.c b/src/gromacs/gmxlib/mvdata.c index 8885b13c0e..41aeaeaf15 100644 --- a/src/gromacs/gmxlib/mvdata.c +++ b/src/gromacs/gmxlib/mvdata.c @@ -37,16 +37,16 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" +#include "gromacs/legacyheaders/mvdata.h" + #include -#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/main.h" -#include "gromacs/legacyheaders/mvdata.h" -#include "gromacs/legacyheaders/types/commrec.h" #include "gromacs/legacyheaders/network.h" -#include "gromacs/math/vec.h" #include "gromacs/legacyheaders/tgroup.h" - +#include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/legacyheaders/types/commrec.h" +#include "gromacs/math/vec.h" #include "gromacs/topology/symtab.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/smalloc.h"