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