Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxana / binsearch.c
index f68522095c656c5ec7b54dd060d7d9d83f83b4b0..ac5135bef4fcc177a2f530245cab9f29df03083b 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 <stdio.h>
-#include "types/simple.h"
+
 #include "gromacs/utility/fatalerror.h"
+#include "gromacs/utility/real.h"
 
 /*Make range-array (Permutation identity) for sorting */
 void rangeArray(int *ar, int size)