diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-09-18 09:25:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-18 13:46:27 +0000 |
commit | 335704695d15f53518a614060e60821c8e1cf279 (patch) | |
tree | f2dada4f16f9daf0163c70e6cb519acb71f70a3c /sdext/inc/pch | |
parent | 5db6ec77d851b2aa9f22a735d1d2a9a5465759cc (diff) |
boost->std
Change-Id: I21ca18c23277423d106d990fd537d58108bd1084
Reviewed-on: https://gerrit.libreoffice.org/18679
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 'sdext/inc/pch')
-rw-r--r-- | sdext/inc/pch/precompiled_PresenterScreen.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sdext/inc/pch/precompiled_PresenterScreen.hxx b/sdext/inc/pch/precompiled_PresenterScreen.hxx index 31d2592e861f..2cce93fc8dda 100644 --- a/sdext/inc/pch/precompiled_PresenterScreen.hxx +++ b/sdext/inc/pch/precompiled_PresenterScreen.hxx @@ -18,13 +18,11 @@ #include "cppuhelper/implementationentry.hxx" #include "vcl/settings.hxx" #include "vcl/svapp.hxx" -#include <algorithm> #include <boost/bind.hpp> -#include <boost/enable_shared_from_this.hpp> #include <boost/noncopyable.hpp> -#include <boost/shared_ptr.hpp> -#include <boost/weak_ptr.hpp> +#include <algorithm> #include <cmath> +#include <memory> #include <com/sun/star/accessibility/AccessibleEventId.hpp> #include <com/sun/star/accessibility/AccessibleRelationType.hpp> #include <com/sun/star/accessibility/AccessibleRole.hpp> |