Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / fft / fft_fftpack.c
index 954870f3e712e8ee052c0d9675b28bf7cd390018..c0f412bf6ebd8f688cbdeabe6b2c1b3c8beb6fc9 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "gromacs/fft/fft.h"
 
+#include <errno.h>
 #include <math.h>
 #include <stdlib.h>
 #include <string.h>
-#include <errno.h>
 
-#include "gromacs/fft/fft.h"
-#include "gromacs/legacyheaders/types/simple.h"
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/real.h"
 
 #include "external/fftpack/fftpack.h"