From 335704695d15f53518a614060e60821c8e1cf279 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 18 Sep 2015 09:25:18 +0100 Subject: boost->std MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I21ca18c23277423d106d990fd537d58108bd1084 Reviewed-on: https://gerrit.libreoffice.org/18679 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sdext/inc/pch/precompiled_PresenterScreen.hxx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sdext/inc') 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 #include -#include #include -#include -#include +#include #include +#include #include #include #include -- cgit