X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fgromacs%2Fgmxana%2Fpowerspect.c;h=67674959c7cceb5f39b903cf11dc70e86f3c5eb8;hb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;hp=071e50afaddd7daf1732a021362465720fdde496;hpb=8fc4edf35c768e4669814c118bf518578637339b;p=alexxy%2Fgromacs.git diff --git a/src/gromacs/gmxana/powerspect.c b/src/gromacs/gmxana/powerspect.c index 071e50afad..67674959c7 100644 --- a/src/gromacs/gmxana/powerspect.c +++ b/src/gromacs/gmxana/powerspect.c @@ -35,12 +35,13 @@ #include "gmxpre.h" -#include "gromacs/utility/smalloc.h" +#include "powerspect.h" + #include "gromacs/fft/fft.h" +#include "gromacs/gmxana/interf.h" #include "gromacs/utility/fatalerror.h" #include "gromacs/utility/futil.h" -#include "interf.h" -#include "powerspect.h" +#include "gromacs/utility/smalloc.h" void addtoavgenergy(t_complex *list, real *result, int size, int tsteps) {