summaryrefslogtreecommitdiffstats
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
commitec88e3f84f78c60c889f877b15c073cb273e28b7 (patch)
tree7942e365550eb0e0d577f38e7d54fe5d214fa92c
parentRework how <db.h> is included (diff)
downloadcore-ec88e3f84f78c60c889f877b15c073cb273e28b7.tar.gz
core-ec88e3f84f78c60c889f877b15c073cb273e28b7.zip
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 ccedfcc3dd82..a2dd27df80b2 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 adc8c9fd0d8f..402a734fc7d9 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