X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fgmx_dos.c;h=65b6eaad3d211c7bd560d8843c1b33406c39f47f;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=07439151bc47948254d0bfb5265cf17923b82e28;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/gmx_dos.c b/src/gromacs/gmxana/gmx_dos.c index 07439151bc..65b6eaad3d 100644 --- a/src/gromacs/gmxana/gmx_dos.c +++ b/src/gromacs/gmxana/gmx_dos.c @@ -39,25 +39,25 @@ #include #include +#include "gromacs/commandline/pargs.h" +#include "gromacs/fft/fft.h" #include "gromacs/fileio/confio.h" +#include "gromacs/fileio/trxio.h" +#include "gromacs/fileio/xvgr.h" +#include "gromacs/gmxana/correl.h" +#include "gromacs/gmxana/gmx_ana.h" +#include "gromacs/gmxana/gstat.h" #include "gromacs/legacyheaders/copyrite.h" -#include "gromacs/utility/fatalerror.h" -#include "gromacs/utility/futil.h" -#include "gstat.h" #include "gromacs/legacyheaders/macros.h" -#include "gromacs/math/utilities.h" -#include "gromacs/math/units.h" -#include "gromacs/utility/smalloc.h" -#include "gromacs/commandline/pargs.h" #include "gromacs/legacyheaders/txtdump.h" #include "gromacs/legacyheaders/typedefs.h" -#include "gromacs/math/vec.h" -#include "gromacs/fileio/xvgr.h" #include "gromacs/legacyheaders/viewit.h" -#include "correl.h" -#include "gmx_ana.h" -#include "gromacs/fft/fft.h" -#include "gromacs/fileio/trxio.h" +#include "gromacs/math/units.h" +#include "gromacs/math/utilities.h" +#include "gromacs/math/vec.h" +#include "gromacs/utility/fatalerror.h" +#include "gromacs/utility/futil.h" +#include "gromacs/utility/smalloc.h" enum { VACF, MVACF, DOS, DOS_SOLID, DOS_DIFF, DOS_CP, DOS_S, DOS_A, DOS_E, DOS_NR