diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-18 09:29:33 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-18 09:52:37 +0000 |
commit | f36a36b5750d0e3ae88a89013a84dd6f4e4dfdc6 (patch) | |
tree | 99dfae1d8b3f93c9d81191cf87d1abf1ab53f075 /vcl/inc/pch | |
parent | c8204ba5b86d080aa5ac3ec71dc6aaea1384b9a0 (diff) |
boost->std
Change-Id: Idac11d3a634ba0a899db605449c894d4c3a61ead
Reviewed-on: https://gerrit.libreoffice.org/18680
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/pch')
-rw-r--r-- | vcl/inc/pch/precompiled_vcl.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/inc/pch/precompiled_vcl.hxx b/vcl/inc/pch/precompiled_vcl.hxx index ac10eefbc74e..4d147ed1615e 100644 --- a/vcl/inc/pch/precompiled_vcl.hxx +++ b/vcl/inc/pch/precompiled_vcl.hxx @@ -137,7 +137,6 @@ #include <boost/optional.hpp> #include <boost/ptr_container/ptr_vector.hpp> #include <memory> -#include <boost/shared_ptr.hpp> #include <cassert> #include <cmath> #include <com/sun/star/accessibility/AccessibleEventObject.hpp> |