summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2015-08-03 12:17:31 +0200
committerMichael Stahl <mstahl@redhat.com>2015-08-03 14:47:43 +0200
commit300b4fa81a924a4a30fc231574b469db82ea42e6 (patch)
treec37ea06ef06d1c3f8e245b7180626036d868bd0b /toolkit
parenta4fd6c4f9e5b010f00ba7cc84a4b2d5d8950813a (diff)
vcl:: replace boost::function with std::function
Change-Id: Ibcc536558f26ed15c59263c25bfeb690950dd3d0
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/awt/vclxwindows.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx
index ad9f9d2300e7..af22717c3a63 100644
--- a/toolkit/source/awt/vclxwindows.cxx
+++ b/toolkit/source/awt/vclxwindows.cxx
@@ -55,7 +55,6 @@
#include <tools/diagnose_ex.h>
#include <boost/bind.hpp>
-#include <boost/function.hpp>
#include <vcl/group.hxx>