diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2007-04-04 22:22:44 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2007-04-04 22:22:44 (GMT) |
commit | 81a128e5deb0ec7dfad6a22934d7f3d044d338d8 (patch) | |
tree | 0fd4a4396b7d452d679309527d526853ace5722a /src/H5FDstdio.c | |
parent | 1d312bff8025db0f1809caba7a31ba7a44730373 (diff) | |
download | hdf5-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.c | 1 |
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) */ |