summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-09-23 16:22:47 +0200
committerCaolán McNamara <caolanm@redhat.com>2013-09-25 19:24:24 +0200
commit8e30689680c04efc4fc14f6247b5d90e50bc3c0d (patch)
treee3e10e2edb0f1d2a1a154051739e15b1a0034572 /dbaccess
parent98de5b40c8a3fd4e57477b6d994e3b1472207f71 (diff)
drop worthless _VECTOR_/_MAP_ header guards
Change-Id: I54be19847b8fb609f0b08a528cc06dbae9f579d5
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/inc/JoinDesignView.hxx2
-rw-r--r--dbaccess/source/ui/inc/RelationDesignView.hxx2
-rw-r--r--dbaccess/source/ui/inc/RtfReader.hxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/dbaccess/source/ui/inc/JoinDesignView.hxx b/dbaccess/source/ui/inc/JoinDesignView.hxx
index 4578cc57dc07..eafb6dfd5eda 100644
--- a/dbaccess/source/ui/inc/JoinDesignView.hxx
+++ b/dbaccess/source/ui/inc/JoinDesignView.hxx
@@ -21,9 +21,7 @@
#define DBAUI_JOINDESIGNVIEW_HXX
#include <dbaccess/dataview.hxx>
-#ifndef _VECTOR_
#include <vector>
-#endif
#include "QEnumTypes.hxx"
#include <memory>
diff --git a/dbaccess/source/ui/inc/RelationDesignView.hxx b/dbaccess/source/ui/inc/RelationDesignView.hxx
index 0d106bf584bf..7c6dc92102dd 100644
--- a/dbaccess/source/ui/inc/RelationDesignView.hxx
+++ b/dbaccess/source/ui/inc/RelationDesignView.hxx
@@ -21,9 +21,7 @@
#define DBAUI_RELATIONDESIGNVIEW_HXX
#include "JoinDesignView.hxx"
-#ifndef _VECTOR_
#include <vector>
-#endif
#include "QEnumTypes.hxx"
#include "RelationTableView.hxx"
diff --git a/dbaccess/source/ui/inc/RtfReader.hxx b/dbaccess/source/ui/inc/RtfReader.hxx
index 61f2a5e27139..ac008a1063b7 100644
--- a/dbaccess/source/ui/inc/RtfReader.hxx
+++ b/dbaccess/source/ui/inc/RtfReader.hxx
@@ -19,9 +19,7 @@
#ifndef DBAUI_RTFREADER_HXX
#define DBAUI_RTFREADER_HXX
-#ifndef _VECTOR_
#include <vector>
-#endif
#include <svtools/parrtf.hxx>
#include "DExport.hxx"
#include <tools/stream.hxx>