Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / fileio / xdrd.c
index 682e68cdd8e492a80e2019b3de24234b236b17a5..7edfe5911a1a17ceddb26af239d88d8610a3adc8 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 "xdrf.h"
+
+#include "gromacs/math/vectypes.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"