summaryrefslogtreecommitdiffstats
path: root/c++/src/H5Include.h
diff options
context:
space:
mode:
Diffstat (limited to 'c++/src/H5Include.h')
-rw-r--r--c++/src/H5Include.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/c++/src/H5Include.h b/c++/src/H5Include.h
index 20bfa64..b64511a 100644
--- a/c++/src/H5Include.h
+++ b/c++/src/H5Include.h
@@ -1,8 +1,8 @@
// C++ informative line for the emacs editor: -*- C++ -*-
// Added this line for CC to compile at this time. Will remove it when
// the problem of "Multiple declaration for RcsId" is fixed. BMR - 10/30/00
-#ifdef RCSID
-#undef RCSID
-#endif
+
+// This problem is removed. I could replace all #include "H5Include.h"
+// by #include <hdf5.h>, but decide not to. BMR - 3/22/01
#include <hdf5.h>