summaryrefslogtreecommitdiffstats
path: root/c++/src/H5CommonFG.cpp
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-08 03:45:06 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2017-05-08 03:45:06 (GMT)
commit45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b (patch)
tree0471d19732edd71e62d0d64b3e027b4559ebf079 /c++/src/H5CommonFG.cpp
parent1a60beea6999013c8763f939655087e2da266225 (diff)
downloadhdf5-45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b.zip
hdf5-45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b.tar.gz
hdf5-45c7e2607d48fb5d6f3f920d83f90bfbcbfaad6b.tar.bz2
Code improvement
Description: - Moved class H5File to inherit from class Group because an HDF5 file is a root group - Cleanup header file inclusion and class forward declaration - Revised comments Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
Diffstat (limited to 'c++/src/H5CommonFG.cpp')
-rw-r--r--c++/src/H5CommonFG.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/c++/src/H5CommonFG.cpp b/c++/src/H5CommonFG.cpp
index 10f6c58..d9a66e2 100644
--- a/c++/src/H5CommonFG.cpp
+++ b/c++/src/H5CommonFG.cpp
@@ -15,16 +15,18 @@
#include <string>
+#include "H5private.h" // for HDmemset
#include "H5Include.h"
#include "H5Exception.h"
#include "H5IdComponent.h"
#include "H5PropList.h"
-#include "H5Object.h"
#include "H5FaccProp.h"
#include "H5FcreatProp.h"
#include "H5OcreatProp.h"
#include "H5DxferProp.h"
#include "H5DcreatProp.h"
+#include "H5Location.h"
+#include "H5Object.h"
#include "H5CommonFG.h"
#include "H5Group.h"
#include "H5AbstractDs.h"
@@ -32,7 +34,6 @@
#include "H5DataSet.h"
#include "H5File.h"
#include "H5Alltypes.h"
-#include "H5private.h" // for HDstrcpy
// There are a few comments that are common to most of the functions
// defined in this file so they are listed here.