summaryrefslogtreecommitdiffstats
path: root/hl/src/hdf5_hl.h
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src/hdf5_hl.h')
-rw-r--r--hl/src/hdf5_hl.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/hl/src/hdf5_hl.h b/hl/src/hdf5_hl.h
index bf92972..a697713 100644
--- a/hl/src/hdf5_hl.h
+++ b/hl/src/hdf5_hl.h
@@ -17,8 +17,9 @@
* fill this file with lots of gunk...
*/
-#ifndef _HDF5_HL_H
-#define _HDF5_HL_H
+#ifndef HDF5_HL_H
+#define HDF5_HL_H
+
#include "hdf5.h" /* hdf5 main library */
#include "H5DOpublic.h" /* dataset optimization */
#include "H5DSpublic.h" /* dimension scales */
@@ -27,4 +28,4 @@
#include "H5TBpublic.h" /* table */
#include "H5PTpublic.h" /* table */
-#endif /*H5_INCLUDE_HL*/
+#endif /*HDF5_HL_H*/