X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxpreprocess%2Freadrot.c;h=f6289af803e0604b26d8a4a18f208dcd87f777d6;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=527aca8764653c0c1207ccc035612c056910e5ba;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxpreprocess/readrot.c b/src/gromacs/gmxpreprocess/readrot.c index 527aca8764..f6289af803 100644 --- a/src/gromacs/gmxpreprocess/readrot.c +++ b/src/gromacs/gmxpreprocess/readrot.c @@ -36,15 +36,14 @@ */ #include "gmxpre.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/smalloc.h" -#include "readir.h" -#include "gromacs/legacyheaders/names.h" -#include "gromacs/utility/futil.h" #include "gromacs/fileio/trnio.h" +#include "gromacs/gmxpreprocess/readir.h" +#include "gromacs/legacyheaders/names.h" #include "gromacs/legacyheaders/txtdump.h" - +#include "gromacs/math/vec.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" static char *RotStr = {"Enforced rotation:"};