diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-09-23 16:22:47 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-09-25 19:24:24 +0200 |
commit | 8e30689680c04efc4fc14f6247b5d90e50bc3c0d (patch) | |
tree | e3e10e2edb0f1d2a1a154051739e15b1a0034572 /include/connectivity | |
parent | 98de5b40c8a3fd4e57477b6d994e3b1472207f71 (diff) |
drop worthless _VECTOR_/_MAP_ header guards
Change-Id: I54be19847b8fb609f0b08a528cc06dbae9f579d5
Diffstat (limited to 'include/connectivity')
-rw-r--r-- | include/connectivity/CommonTools.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/connectivity/CommonTools.hxx b/include/connectivity/CommonTools.hxx index 46ced87c8931..617cd9421ab6 100644 --- a/include/connectivity/CommonTools.hxx +++ b/include/connectivity/CommonTools.hxx @@ -25,9 +25,7 @@ #include <rtl/ustring.hxx> #include <com/sun/star/lang/DisposedException.hpp> #include <com/sun/star/uno/Any.hxx> -#ifndef _VECTOR_ #include <vector> -#endif #include <cppuhelper/weakref.hxx> #include <comphelper/stl_types.hxx> #include <com/sun/star/beans/XPropertySet.hpp> |