Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / fileio / libxdrf.c
index d83d7e6bd191e45f007e10cf8460ca4a90c0e5c6..98957275c014e2dd401ed5f8a54168f262951832 100644 (file)
@@ -34,9 +34,7 @@
  * 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 <limits.h>
 #include <math.h>
@@ -46,7 +44,7 @@
 
 #include "xdrf.h"
 #include "xdr_datatype.h"
-#include "futil.h"
+#include "gromacs/utility/futil.h"
 
 /* This is just for clarity - it can never be anything but 4! */
 #define XDR_INT_SIZE 4