Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / mdlib / nlistheuristics.c
index 42d81ece8400c521a9db58d50fe0b87dbefcc402..abe58155557bd5d76d928d9372b27cfa5db0871b 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/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/types/nlistheuristics.h"
 
-#include "typedefs.h"
-#include "types/nlistheuristics.h"
-#include "gromacs/utility/fatalerror.h"
 #include "gromacs/math/vec.h"
+#include "gromacs/utility/cstringutil.h"
+#include "gromacs/utility/fatalerror.h"
 
 void reset_nlistheuristics(gmx_nlheur_t *nlh, gmx_int64_t step)
 {