Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / inputrec.c
index c600bd189d5304803ee0aab15c80fec302ca2989..d55f8e4ed57b6d045db20f9052a9dfd18f9e4bb0 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 "typedefs.h"
-#include "macros.h"
-#include "inputrec.h"
+#include "gromacs/legacyheaders/typedefs.h"
+#include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/inputrec.h"
 #include "gromacs/utility/fatalerror.h"