Don't install headers depending on GMX_INTERNAL_XDR
[alexxy/gromacs.git] / src / gromacs / gmxlib / checkpoint.c
index bb263c4f28a4ea5da8eb2727ed4c93a84d06ba70..63cde1c278e928e4abed372c401b610ed24c6e5b 100644 (file)
 #include <sys/locking.h>
 #endif
 
-
-#include "gromacs/fileio/filenm.h"
 #include "names.h"
 #include "typedefs.h"
 #include "smalloc.h"
-#include "gromacs/fileio/gmxfio.h"
-#include "gromacs/fileio/xdrf.h"
 #include "statutil.h"
 #include "txtdump.h"
 #include "vec.h"
 #include "network.h"
 #include "gmx_random.h"
 #include "checkpoint.h"
-#include "gromacs/fileio/futil.h"
 #include "string2.h"
 #include <fcntl.h>
 
+#include "gromacs/fileio/filenm.h"
+#include "gromacs/fileio/futil.h"
+#include "gromacs/fileio/gmxfio.h"
+#include "gromacs/fileio/xdrf.h"
+#include "gromacs/fileio/xdr_datatype.h"
+
 #include "buildinfo.h"
 
 #ifdef GMX_FAHCORE