Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / nrnb.c
index e6e210e59b437dbd74ee1d1da763dbb17bb0e7a9..54925d85ed4d95591c22e3dbd0b0ea8053048d8d 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 <stdlib.h>
 #include <string.h>
 
-#include "types/commrec.h"
-#include "names.h"
-#include "macros.h"
-#include "nrnb.h"
+#include "gromacs/legacyheaders/types/commrec.h"
+#include "gromacs/legacyheaders/names.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/nrnb.h"
 #include "gromacs/utility/smalloc.h"
 
 typedef struct {