Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxana / geminate.c
index 4a0a998a8c419dfc3c73f04d84da888735d39d48..273f7ae92ab03f29d17af30bc6f2f9f98e11cec6 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 <math.h>
 #include <stdlib.h>
 
-#include "typedefs.h"
+#include "gromacs/legacyheaders/typedefs.h"
 #include "gromacs/utility/smalloc.h"
 #include "gromacs/math/vec.h"
 #include "geminate.h"