summaryrefslogtreecommitdiffstats
path: root/test/istore.c
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-04-03 18:09:16 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-04-03 18:09:16 (GMT)
commitbfd983e7f480782732db48b1302978d840e756bc (patch)
tree7112b4c777ea78d4fb247cb090bad4f0ff8573cc /test/istore.c
parentd57e19825bbdaa7cfe9614185a98dbe30a0bef58 (diff)
downloadhdf5-bfd983e7f480782732db48b1302978d840e756bc.zip
hdf5-bfd983e7f480782732db48b1302978d840e756bc.tar.gz
hdf5-bfd983e7f480782732db48b1302978d840e756bc.tar.bz2
[svn-r3770] Purpose:
Update Description: Changed includes of the form: #include <hdf5_file.h> to #include "hdf5_file.h" so that gcc can pick them up easier without including the system header files since we don't care about them. Platforms tested: Linux
Diffstat (limited to 'test/istore.c')
-rw-r--r--test/istore.c20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/istore.c b/test/istore.c
index 92941f3..0961bc8 100644
--- a/test/istore.c
+++ b/test/istore.c
@@ -9,16 +9,16 @@
*/
#define H5F_PACKAGE /*suppress error about including H5Fpkg */
-#include <h5test.h>
-#include <H5private.h>
-#include <H5Dprivate.h>
-#include <H5Iprivate.h>
-#include <H5Pprivate.h>
-#include <H5Fpkg.h>
-#include <H5Gprivate.h>
-#include <H5MMprivate.h>
-#include <H5Oprivate.h>
-#include <H5Vprivate.h>
+#include "h5test.h"
+#include "H5private.h"
+#include "H5Dprivate.h"
+#include "H5Iprivate.h"
+#include "H5Pprivate.h"
+#include "H5Fpkg.h"
+#include "H5Gprivate.h"
+#include "H5MMprivate.h"
+#include "H5Oprivate.h"
+#include "H5Vprivate.h"
const char *FILENAME[] = {
"istore",