From 0c64df243259f574daaa4bc03bc4ddcc791c9073 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Mon, 21 Jan 2019 21:26:50 +0100 Subject: o3tl::make_unique -> std::make_unique in i18npool...reportdesign Since it is now possible to use C++14, it's time to replace the temporary solution with the standard one Change-Id: I8bee1344f7df82536f31bc5e4ec4fd379cac1d04 Reviewed-on: https://gerrit.libreoffice.org/66704 Tested-by: Jenkins Reviewed-by: Noel Grandin --- package/inc/pch/precompiled_package2.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'package/inc/pch/precompiled_package2.hxx') diff --git a/package/inc/pch/precompiled_package2.hxx b/package/inc/pch/precompiled_package2.hxx index 6330a6611edb..57da3538fca5 100644 --- a/package/inc/pch/precompiled_package2.hxx +++ b/package/inc/pch/precompiled_package2.hxx @@ -140,7 +140,6 @@ #include #include #include -#include #include #include #include -- cgit