Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / powerspect.c
index 928220ae1080ffa617d665201dc010c93cc0cc23..67674959c7cceb5f39b903cf11dc70e86f3c5eb8 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#include "config.h"
+#include "gmxpre.h"
+
+#include "powerspect.h"
 
-#include "gromacs/utility/smalloc.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)
 {