Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / powerspect.c
index 071e50afaddd7daf1732a021362465720fdde496..67674959c7cceb5f39b903cf11dc70e86f3c5eb8 100644 (file)
 
 #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)
 {