X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fprinc.c;h=fb7dcad1d7002380832aabf44ff4d2ea75d01f7a;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=e3906590a4febe3986c34ac74a74b3eb7b458462;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/princ.c b/src/gromacs/gmxana/princ.c index e3906590a4..fb7dcad1d7 100644 --- a/src/gromacs/gmxana/princ.c +++ b/src/gromacs/gmxana/princ.c @@ -37,13 +37,13 @@ /* This file is completely threadsafe - keep it that way! */ #include "gmxpre.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/txtdump.h" #include "princ.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/linearalgebra/nrjac.h" +#include "gromacs/math/vec.h" +#include "gromacs/utility/smalloc.h" static void m_op(matrix mat, rvec x) {