diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-05-06 17:25:51 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-05-07 01:41:23 +0200 |
commit | 0bb8c032535a9a6311ba27e22fade8a0ff84429d (patch) | |
tree | 81bdef7d08f38fbe1984a233a1936b927c46fc3a /helpcompiler/source | |
parent | 9a7603187eb5cc580d33212ee147f9ac89de55f4 (diff) |
helpcompiler: remove Package_inc
Change-Id: Iddafa9068edcc20135c08ed205b8fb7fb5382eba
Diffstat (limited to 'helpcompiler/source')
-rw-r--r-- | helpcompiler/source/BasCodeTagger.cxx | 2 | ||||
-rw-r--r-- | helpcompiler/source/HelpCompiler.cxx | 4 | ||||
-rw-r--r-- | helpcompiler/source/HelpLinker.cxx | 4 | ||||
-rw-r--r-- | helpcompiler/source/HelpLinker_main.cxx | 4 |
4 files changed, 7 insertions, 7 deletions
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx index fdc81db83c67..d394e1aad531 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -7,7 +7,7 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#include <helpcompiler/BasCodeTagger.hxx> +#include <BasCodeTagger.hxx> LibXmlTreeWalker::LibXmlTreeWalker( xmlDocPtr doc ) { diff --git a/helpcompiler/source/HelpCompiler.cxx b/helpcompiler/source/HelpCompiler.cxx index 628560508910..1abcfbac6d3c 100644 --- a/helpcompiler/source/HelpCompiler.cxx +++ b/helpcompiler/source/HelpCompiler.cxx @@ -18,8 +18,8 @@ */ -#include <helpcompiler/HelpCompiler.hxx> -#include <helpcompiler/BasCodeTagger.hxx> +#include <HelpCompiler.hxx> +#include <BasCodeTagger.hxx> #include <limits.h> #include <stdlib.h> #include <string.h> diff --git a/helpcompiler/source/HelpLinker.cxx b/helpcompiler/source/HelpLinker.cxx index e122feeb62ea..b50b2ce301f3 100644 --- a/helpcompiler/source/HelpLinker.cxx +++ b/helpcompiler/source/HelpLinker.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <helpcompiler/HelpCompiler.hxx> -#include <helpcompiler/HelpLinker.hxx> +#include <HelpCompiler.hxx> +#include <HelpLinker.hxx> #include <map> diff --git a/helpcompiler/source/HelpLinker_main.cxx b/helpcompiler/source/HelpLinker_main.cxx index 8542a761f5df..83906830b21c 100644 --- a/helpcompiler/source/HelpLinker_main.cxx +++ b/helpcompiler/source/HelpLinker_main.cxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <helpcompiler/HelpCompiler.hxx> -#include <helpcompiler/HelpLinker.hxx> +#include <HelpCompiler.hxx> +#include <HelpLinker.hxx> #include <iostream> #include <sal/main.h> |