summaryrefslogtreecommitdiff
path: root/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2010-10-04 16:58:09 +0200
committerPetr Mladek <pmladek@suse.cz>2010-10-05 17:58:28 +0200
commitdc8c15ae6267fe42ae1e9b69b30d2f5d9617e942 (patch)
tree3de5b55e4f004bc74c8d1f14d1270b426f5854bb /dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
parent7d082ba75b237eb8b9e5fbc6e128d92674793fc0 (diff)
remove include guards using fixguard.py
Diffstat (limited to 'dbaccess/source/filter/xml/xmlDatabaseDescription.cxx')
-rw-r--r--dbaccess/source/filter/xml/xmlDatabaseDescription.cxx16
1 files changed, 0 insertions, 16 deletions
diff --git a/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx b/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
index 95443f119f71..97a0649b0ecf 100644
--- a/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
+++ b/dbaccess/source/filter/xml/xmlDatabaseDescription.cxx
@@ -27,34 +27,18 @@
// MARKER(update_precomp.py): autogen include statement, do not remove
#include "precompiled_dbaccess.hxx"
-#ifndef DBA_XMLDATABASEDESCRIPTION_HXX_INCLUDED
#include "xmlDatabaseDescription.hxx"
-#endif
-#ifndef DBA_XMLLOGIN_HXX
#include "xmlLogin.hxx"
-#endif
-#ifndef DBA_XMLFILTER_HXX
#include "xmlfilter.hxx"
-#endif
-#ifndef _XMLOFF_XMLTOKEN_HXX
#include <xmloff/xmltoken.hxx>
-#endif
-#ifndef _XMLOFF_XMLNMSPE_HXX
#include <xmloff/xmlnmspe.hxx>
-#endif
-#ifndef _XMLOFF_NMSPMAP_HXX
#include <xmloff/nmspmap.hxx>
-#endif
#include "xmlEnums.hxx"
#include "xmlFileBasedDatabase.hxx"
#include "xmlServerDatabase.hxx"
#include "xmlstrings.hrc"
-#ifndef _TOOLS_DEBUG_HXX
#include <tools/debug.hxx>
-#endif
-#ifndef TOOLS_DIAGNOSE_EX_H
#include <tools/diagnose_ex.h>
-#endif
namespace dbaxml
{