diff options
author | Petr Mladek <pmladek@suse.cz> | 2010-10-04 16:59:40 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2010-10-05 18:11:20 +0200 |
commit | 4b5d730213c1599c3f7e005f05bbbb389ca21b99 (patch) | |
tree | a03208451967b926fcef43bfe902f92abee3e8a0 /framework/source/xml/eventsconfiguration.cxx | |
parent | a4622cff8e54cc581ac1fdd1bc19151fee502861 (diff) |
remove include guards using fixguard.py
Diffstat (limited to 'framework/source/xml/eventsconfiguration.cxx')
-rw-r--r-- | framework/source/xml/eventsconfiguration.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/framework/source/xml/eventsconfiguration.cxx b/framework/source/xml/eventsconfiguration.cxx index eb79b31984..7a21112471 100644 --- a/framework/source/xml/eventsconfiguration.cxx +++ b/framework/source/xml/eventsconfiguration.cxx @@ -31,9 +31,7 @@ #include <xml/eventsdocumenthandler.hxx> #include <services.h> -#ifndef __FRAMEWORK_XML_SAXNAMESPACEFILTER_HXX_ #include <xml/saxnamespacefilter.hxx> -#endif //_________________________________________________________________________________________________________________ // interface includes @@ -47,9 +45,7 @@ // other includes //_________________________________________________________________________________________________________________ -#ifndef _UNOTOOLS_PROCESSFACTORY_HXX #include <comphelper/processfactory.hxx> -#endif #include <unotools/streamwrap.hxx> #include <tools/debug.hxx> |