diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-29 19:49:53 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-29 19:49:53 (GMT) |
commit | 8c2c4cd51cb8dd1393acad65e3f015d76bfd9563 (patch) | |
tree | a663d3ab5cc66e53485a66d973b55dbb571640be /src/H5Ppublic.h | |
parent | 098ed81ec88483581d08974f27a62bf42a836fc3 (diff) | |
download | hdf5-8c2c4cd51cb8dd1393acad65e3f015d76bfd9563.zip hdf5-8c2c4cd51cb8dd1393acad65e3f015d76bfd9563.tar.gz hdf5-8c2c4cd51cb8dd1393acad65e3f015d76bfd9563.tar.bz2 |
[svn-r4088] Purpose:
Code cleanup
Description:
Recent CodeWarrior patches have broken the Unix builds and moved code
around in non-portable ways.
Solution:
Patched things back up to try to accomodate CodeWarrior and still let the
Unix builds work correctly.
Platforms tested:
FreeBSD 4.3 (hawkwind)
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 1fa1bf1..74efab1 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -20,7 +20,6 @@ /* Default Template for creation, access, etc. templates */ #define H5P_DEFAULT 0 -#include <H5private.h> /* Public headers needed by this file */ #include "H5public.h" #include "H5Ipublic.h" @@ -29,7 +28,6 @@ #include "H5MMpublic.h" #include "H5Zpublic.h" - /* Property list classes */ typedef enum H5P_class_t { H5P_NO_CLASS = -1, /*error return value */ |