[Libreoffice-commits] core.git: scripting/source sfx2/inc shell/inc
Takeshi Abe
tabe at fixedpoint.jp
Wed Nov 6 09:31:40 CET 2013
scripting/source/vbaevents/eventhelper.cxx | 1 -
sfx2/inc/bluthsndapi.hxx | 1 -
shell/inc/internal/types.hxx | 1 -
3 files changed, 3 deletions(-)
New commits:
commit 9c2ab712300c78bdb74ee307fae0a6d118829e5a
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date: Wed Nov 6 15:15:52 2013 +0900
Drop unnecessary #includes
Change-Id: I9659279233067a8946a9e54be2f22439854a961e
diff --git a/scripting/source/vbaevents/eventhelper.cxx b/scripting/source/vbaevents/eventhelper.cxx
index 797d058..990586f 100644
--- a/scripting/source/vbaevents/eventhelper.cxx
+++ b/scripting/source/vbaevents/eventhelper.cxx
@@ -76,7 +76,6 @@
#include <cppuhelper/implbase2.hxx>
#include <comphelper/evtmethodhelper.hxx>
-#include <set>
#include <list>
#include <boost/unordered_map.hpp>
#define ASYNC 0
diff --git a/sfx2/inc/bluthsndapi.hxx b/sfx2/inc/bluthsndapi.hxx
index 90dbe8b..d96228a 100644
--- a/sfx2/inc/bluthsndapi.hxx
+++ b/sfx2/inc/bluthsndapi.hxx
@@ -10,7 +10,6 @@
#ifndef INCLUDED_SFX2_INC_BLUTHSNDAPI_HXX
#define INCLUDED_SFX2_INC_BLUTHSNDAPI_HXX
-#include <vector>
#include <com/sun/star/frame/XFrame.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <rtl/ustring.hxx>
diff --git a/shell/inc/internal/types.hxx b/shell/inc/internal/types.hxx
index 6823070..b65fb92 100644
--- a/shell/inc/internal/types.hxx
+++ b/shell/inc/internal/types.hxx
@@ -24,7 +24,6 @@
#include <map>
#include <utility>
#include <vector>
-#include <stack>
typedef std::vector<std::wstring> StringList_t;
More information about the Libreoffice-commits
mailing list