X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_lie.c;h=f6ab7c1033610a41a13e4cfc4e1b8ac5317e4651;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=250256d475dd523b7dd75ed653d9d17582991e9f;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_lie.c b/src/gromacs/gmxana/gmx_lie.c index 250256d475..f6ab7c1033 100644 --- a/src/gromacs/gmxana/gmx_lie.c +++ b/src/gromacs/gmxana/gmx_lie.c @@ -42,18 +42,18 @@ #include #include "gromacs/commandline/pargs.h" -#include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/vec.h" -#include "gromacs/utility/futil.h" -#include "gromacs/legacyheaders/txtdump.h" #include "gromacs/fileio/enxio.h" -#include "gstat.h" +#include "gromacs/fileio/trxio.h" #include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" +#include "gromacs/legacyheaders/macros.h" +#include "gromacs/legacyheaders/txtdump.h" +#include "gromacs/legacyheaders/typedefs.h" #include "gromacs/legacyheaders/viewit.h" -#include "gmx_ana.h" -#include "gromacs/fileio/trxio.h" +#include "gromacs/math/vec.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" typedef struct { int nlj, nqq;