summaryrefslogtreecommitdiffstats
path: root/src/H5FDstdio.c
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2007-04-04 22:22:44 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2007-04-04 22:22:44 (GMT)
commit81a128e5deb0ec7dfad6a22934d7f3d044d338d8 (patch)
tree0fd4a4396b7d452d679309527d526853ace5722a /src/H5FDstdio.c
parent1d312bff8025db0f1809caba7a31ba7a44730373 (diff)
downloadhdf5-81a128e5deb0ec7dfad6a22934d7f3d044d338d8.zip
hdf5-81a128e5deb0ec7dfad6a22934d7f3d044d338d8.tar.gz
hdf5-81a128e5deb0ec7dfad6a22934d7f3d044d338d8.tar.bz2
[svn-r13590] Take out the unused header file errno.h.
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r--src/H5FDstdio.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c
index 87eb1dd..cd48944 100644
--- a/src/H5FDstdio.c
+++ b/src/H5FDstdio.c
@@ -28,7 +28,6 @@
#include <stdlib.h>
#include <string.h>
#include <sys/stat.h>
-#include <errno.h>
/* Disable certain warnings in PC-Lint: */
/*lint --emacro( {534, 830}, H5P_FILE_ACCESS) */