summaryrefslogtreecommitdiff
path: root/include/filter
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-08-26 17:33:52 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-08-26 20:52:58 +0200
commit8b5ee6a03d9f256833bcb5eec67130a73ea5ca74 (patch)
tree602733a284ff64dea8f6ea02ad5e04d3645c7bec /include/filter
parente9fa088735bfbd34bc81f1925438691f746db070 (diff)
rely on forward declare of boost::optional
Change-Id: Ic3718290944b813b5ac2712fd4006dc97f5b68a0 Reviewed-on: https://gerrit.libreoffice.org/59613 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/filter')
-rw-r--r--include/filter/msfilter/svdfppt.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/filter/msfilter/svdfppt.hxx b/include/filter/msfilter/svdfppt.hxx
index 143a1d51b5f0..4e32f9949f3c 100644
--- a/include/filter/msfilter/svdfppt.hxx
+++ b/include/filter/msfilter/svdfppt.hxx
@@ -45,7 +45,6 @@
#include <tools/solar.h>
#include <vcl/graph.hxx>
#include <salhelper/simplereferenceobject.hxx>
-#include <boost/optional.hpp>
namespace boost {
template <class T> class optional;