diff options
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/databases.cxx | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/databases.cxx b/xmlhelp/source/cxxhelp/provider/databases.cxx index a177c9071606..89845685ef88 100644 --- a/xmlhelp/source/cxxhelp/provider/databases.cxx +++ b/xmlhelp/source/cxxhelp/provider/databases.cxx @@ -4,9 +4,9 @@ * * $RCSfile: databases.cxx,v $ * - * $Revision: 1.51 $ + * $Revision: 1.52 $ * - * last change: $Author: obo $ $Date: 2008-02-27 10:31:07 $ + * last change: $Author: obo $ $Date: 2008-03-25 15:21:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -48,18 +48,12 @@ #ifndef _RTL_URI_HXX_ #include <rtl/uri.hxx> #endif -#ifndef _DATABASES_HXX_ -#include <provider/databases.hxx> -#endif #ifndef _OSL_FILE_HXX_ #include <osl/file.hxx> #endif #ifndef _RTL_MEMORY_H_ #include <rtl/memory.h> #endif -#ifndef _URLPARAMETER_HXX_ -#include <provider/urlparameter.hxx> -#endif #ifndef _COM_SUN_STAR_LANG_LOCALE_HPP_ #include <com/sun/star/lang/Locale.hpp> #endif @@ -87,6 +81,9 @@ #include <xmlhelp/compilehelp.hxx> +#include "databases.hxx" +#include "urlparameter.hxx" + using namespace chelp; using namespace berkeleydbproxy; using namespace com::sun::star; |