summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-05-18 11:59:00 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-18 11:59:00 +0300
commitf65c1c6da922ae94069c45e687be97328d560f34 (patch)
treea211b8003971b31a3da5ec5cd080b5b61ebfacb5
parent3652eb755f461e2a881e1d527d8fb4530cf282bc (diff)
Fix typo
-rw-r--r--desktop/source/deployment/inc/db.hxx2
-rw-r--r--xmlhelp/source/cxxhelp/provider/db.hxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/db.hxx b/desktop/source/deployment/inc/db.hxx
index ce10b0679a..6376de2a60 100644
--- a/desktop/source/deployment/inc/db.hxx
+++ b/desktop/source/deployment/inc/db.hxx
@@ -31,7 +31,7 @@
#include <boost/noncopyable.hpp>
#ifdef SYSTEM_DB_HEADER
-#include SYSTEM_DB_H_HEADER
+#include SYSTEM_DB_HEADER
#else
#include <berkeleydb/db.h>
#endif
diff --git a/xmlhelp/source/cxxhelp/provider/db.hxx b/xmlhelp/source/cxxhelp/provider/db.hxx
index e2ce7f1a9a..73a726b3c1 100644
--- a/xmlhelp/source/cxxhelp/provider/db.hxx
+++ b/xmlhelp/source/cxxhelp/provider/db.hxx
@@ -29,7 +29,7 @@
#define BERKELEYDBPROXY_DB_HXX_
#ifdef SYSTEM_DB_HEADER
-#include SYSTEM_DB_H_HEADER
+#include SYSTEM_DB_HEADER
#else
#include <berkeleydb/db.h>
#endif