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/ucbhelper/providerhelper.hxx | |
parent | 98de5b40c8a3fd4e57477b6d994e3b1472207f71 (diff) |
drop worthless _VECTOR_/_MAP_ header guards
Change-Id: I54be19847b8fb609f0b08a528cc06dbae9f579d5
Diffstat (limited to 'include/ucbhelper/providerhelper.hxx')
-rw-r--r-- | include/ucbhelper/providerhelper.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/ucbhelper/providerhelper.hxx b/include/ucbhelper/providerhelper.hxx index 827d5c8379b2..43135a427f18 100644 --- a/include/ucbhelper/providerhelper.hxx +++ b/include/ucbhelper/providerhelper.hxx @@ -20,9 +20,7 @@ #ifndef _UCBHELPER_PROVIDERHELPER_HXX #define _UCBHELPER_PROVIDERHELPER_HXX -#ifndef __LIST__ #include <list> -#endif #include <com/sun/star/ucb/XContentProvider.hpp> #include <com/sun/star/lang/XServiceInfo.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp> |