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 /fpicker | |
parent | 98de5b40c8a3fd4e57477b6d994e3b1472207f71 (diff) |
drop worthless _VECTOR_/_MAP_ header guards
Change-Id: I54be19847b8fb609f0b08a528cc06dbae9f579d5
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.cxx b/fpicker/source/office/OfficeFilePicker.cxx index b9bbe02b4f8c..78ac95cc09e8 100644 --- a/fpicker/source/office/OfficeFilePicker.cxx +++ b/fpicker/source/office/OfficeFilePicker.cxx @@ -21,15 +21,9 @@ #include "OfficeFilePicker.hxx" #include "iodlg.hxx" -#ifndef _LIST_ #include <list> -#endif -#ifndef _FUNCTIONAL_ #include <functional> -#endif -#ifndef _ALGORITHM_ #include <algorithm> -#endif #include <tools/urlobj.hxx> #include <com/sun/star/uno/Any.hxx> #include <com/sun/star/ui/dialogs/FilePickerEvent.hpp> |