Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / fft / fft_fftpack.c
index 15094da1b1276924dd117356daebbfa2c7d86294..c0f412bf6ebd8f688cbdeabe6b2c1b3c8beb6fc9 100644 (file)
@@ -33,9 +33,9 @@
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#include "gromacs/fft/fft.h"
+#include "gmxpre.h"
 
-#include "config.h"
+#include "gromacs/fft/fft.h"
 
 #include <errno.h>
 #include <math.h>