diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-05 15:55:12 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:11:20 +0200 |
commit | d890da89f4d27f7acfb181a5a547a95ad823efb0 (patch) | |
tree | ba02efe1388d25e748246fe06ebc80bb0eeabae7 /xmlhelp | |
parent | 7ed2a540495c2583fa2a9dcfb903b26c89cd153c (diff) |
more removed include guards using fixguard.py
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/db/EntryProcessor.hxx | 2 | ||||
-rw-r--r-- | xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/xmlhelp/source/cxxhelp/inc/db/EntryProcessor.hxx b/xmlhelp/source/cxxhelp/inc/db/EntryProcessor.hxx index c50b7b50e8c7..0ea93819d5a5 100644 --- a/xmlhelp/source/cxxhelp/inc/db/EntryProcessor.hxx +++ b/xmlhelp/source/cxxhelp/inc/db/EntryProcessor.hxx @@ -27,9 +27,7 @@ #ifndef _XMLSEARCH_DB_ENTRYPROCESSOR_HXX_ #define _XMLSEARCH_DB_ENTRYPROCESSOR_HXX_ -#ifndef _RTL_USTRING_HXX_ #include <rtl/ustring> -#endif namespace xmlsearch { diff --git a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx index 3fc584402fcf..ca69616c97c8 100644 --- a/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx +++ b/xmlhelp/source/cxxhelp/inc/qe/DocGenerator.hxx @@ -28,9 +28,7 @@ #define _XMLSEARCH_QE_DOCGENERATOR_HXX_ #include <rtl/ref.hxx> -#ifndef _RTL_USTRING_HXX__ #include <rtl/ustring.hxx> -#endif #include <excep/XmlSearchExceptions.hxx> #include <util/CompressorIterator.hxx> #include <util/Decompressor.hxx> |