summaryrefslogtreecommitdiff
path: root/shell/source/all
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-04 16:59:40 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 18:11:20 +0200
commitfacd86ef9cdac2f0acab13a8b525f0bfb99cac28 (patch)
treeb20099418ed50ea373d131c15835efd3946fab41 /shell/source/all
parent30afa21872109ef351ece5d0f0ad14e29d5e790e (diff)
remove include guards using fixguard.py
Diffstat (limited to 'shell/source/all')
-rw-r--r--shell/source/all/ooofilereader/basereader.cxx2
-rw-r--r--shell/source/all/xml_parser.cxx2
2 files changed, 0 insertions, 4 deletions
diff --git a/shell/source/all/ooofilereader/basereader.cxx b/shell/source/all/ooofilereader/basereader.cxx
index 2fc4a0c79297..d45a0f76c2f9 100644
--- a/shell/source/all/ooofilereader/basereader.cxx
+++ b/shell/source/all/ooofilereader/basereader.cxx
@@ -29,9 +29,7 @@
#include "precompiled_shell.hxx"
#include "internal/basereader.hxx"
-#ifndef XML_PARSER_HXX_INCLUDED
#include "internal/xml_parser.hxx"
-#endif
#include "assert.h"
#include <memory>
diff --git a/shell/source/all/xml_parser.cxx b/shell/source/all/xml_parser.cxx
index b7f73d2404a8..b8b9591c87bc 100644
--- a/shell/source/all/xml_parser.cxx
+++ b/shell/source/all/xml_parser.cxx
@@ -28,9 +28,7 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_shell.hxx"
-#ifndef XML_PARSER_HXX_INCLUDED
#include "internal/xml_parser.hxx"
-#endif
#include "internal/i_xml_parser_event_handler.hxx"
#include <assert.h>