summaryrefslogtreecommitdiffstats
path: root/src/H5FDdpss.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDdpss.c')
-rw-r--r--src/H5FDdpss.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5FDdpss.c b/src/H5FDdpss.c
index 26ede02..e01c95b 100644
--- a/src/H5FDdpss.c
+++ b/src/H5FDdpss.c
@@ -11,11 +11,10 @@
#include <hdf5.h>
#include <H5Eprivate.h> /* error handling */
+#include <H5FDprivate.h> /*file driver */
+#include <H5FDdpss.h>
#include <H5MMprivate.h> /* memory management */
-/*** FIXME: should this be included here or in <hdf5.h> ??? ***/
-#include "H5FDdpss.h"
-
#ifdef COALESCE_READS
/* Packages needed by this file.*/
#include <H5Fprivate.h>