X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fanadih.c;h=c967c601c85b036aab9128d755a2531fc43dd813;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=a73525d6768b5d8025a11513c3990b435f8bda71;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/anadih.c b/src/gromacs/gmxana/anadih.c index a73525d676..c967c601c8 100644 --- a/src/gromacs/gmxana/anadih.c +++ b/src/gromacs/gmxana/anadih.c @@ -39,20 +39,20 @@ #include #include #include -#include "gromacs/math/units.h" -#include "gromacs/utility/smalloc.h" + +#include "gromacs/bonded/bonded.h" +#include "gromacs/fileio/confio.h" +#include "gromacs/fileio/trxio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/gstat.h" #include "gromacs/legacyheaders/macros.h" #include "gromacs/legacyheaders/txtdump.h" -#include "gromacs/fileio/xvgr.h" #include "gromacs/legacyheaders/typedefs.h" +#include "gromacs/math/units.h" #include "gromacs/math/vec.h" -#include "gstat.h" -#include "gromacs/fileio/confio.h" -#include "gromacs/fileio/trxio.h" - -#include "gromacs/bonded/bonded.h" #include "gromacs/pbcutil/pbc.h" #include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/smalloc.h" void print_one(const output_env_t oenv, const char *base, const char *name, const char *title, const char *ylabel, int nf, real time[],