Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / nonbonded / nb_kernel.c
index f9e5cab32cbcf8a4d55298c36d9c7dd78676d8e6..60f73652a2a7ab1283ae918756e3268bed7570d7 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 <string.h>
 
 #include "nb_kernel.h"
 #include "gromacs/utility/smalloc.h"
-#include "string2.h"
-#include "gmx_fatal.h"
+#include "gromacs/utility/cstringutil.h"
+#include "gromacs/utility/fatalerror.h"
 
 
 /* Static data structures to find kernels */