summaryrefslogtreecommitdiffstats
path: root/test/gen_old_array.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/gen_old_array.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/gen_old_array.c')
-rw-r--r--test/gen_old_array.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gen_old_array.c b/test/gen_old_array.c
index c307b4f..49d6f17 100644
--- a/test/gen_old_array.c
+++ b/test/gen_old_array.c
@@ -15,7 +15,7 @@
* The test file should be generated on a little-endian machine with
* 16-bit shorts, 32-bit floats, 32-bit ints and 64-bit doubles.
*/
-#include <hdf5.h>
+#include "hdf5.h"
#define TESTFILE "tarrold.h5"