Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fft / fft_fftw3.cpp
index d83d0f591b0604f7a8cdec3dc5a988eec0d9fce2..dee2ff284b473c41aa250438cbde4f824cf9dd53 100644 (file)
@@ -35,6 +35,8 @@
  */
 #include "gmxpre.h"
 
+#include "config.h"
+
 #include <errno.h>
 #include <stdlib.h>
 
@@ -46,8 +48,6 @@
 #include "gromacs/utility/exceptions.h"
 #include "gromacs/utility/fatalerror.h"
 
-#include "config.h"
-
 #ifdef GMX_DOUBLE
 #define FFTWPREFIX(name) fftw_ ## name
 #else