summaryrefslogtreecommitdiffstats
path: root/testpar/testphdf5.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-04-09 21:58:16 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-04-09 21:58:16 (GMT)
commitf83a9cbcbd300d8fbe7ee62ba664a8aea5ad00ca (patch)
treec56bc6d327d7624b7a1cd757defe1d2fa85f3325 /testpar/testphdf5.c
parenta756f0e0c9bdabcef789d9f1731d4af6aad46a00 (diff)
downloadhdf5-f83a9cbcbd300d8fbe7ee62ba664a8aea5ad00ca.zip
hdf5-f83a9cbcbd300d8fbe7ee62ba664a8aea5ad00ca.tar.gz
hdf5-f83a9cbcbd300d8fbe7ee62ba664a8aea5ad00ca.tar.bz2
[svn-r3792] Purpose:
Minor bug fix Description: Changed all #include that is for non-system files (hdf5's own header files) from <...> style to "...". Platforms tested: modi4 Parallel (-64 and -n32)
Diffstat (limited to 'testpar/testphdf5.c')
-rw-r--r--testpar/testphdf5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/testphdf5.c b/testpar/testphdf5.c
index f78a0be..d6cf99f 100644
--- a/testpar/testphdf5.c
+++ b/testpar/testphdf5.c
@@ -4,7 +4,7 @@
* Main driver of the Parallel HDF5 tests
*/
-#include <testphdf5.h>
+#include "testphdf5.h"
#ifndef FILENAME_MAX
#define FILENAME_MAX 512