From 5082a2b3a9958cd106472bec638aaf614240f742 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Thu, 14 Feb 2019 18:10:18 +0100 Subject: o3tl::make_unique -> std::make_unique in include/ & o3tl/ Also the last few remaining occurrences of the header Since it is now possible to use C++14, it's time to replace the temporary solution with the standard one Change-Id: I18f435270057f2d09e21d6ea262532cbcc974598 Reviewed-on: https://gerrit.libreoffice.org/67843 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- basic/inc/pch/precompiled_sb.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'basic') diff --git a/basic/inc/pch/precompiled_sb.hxx b/basic/inc/pch/precompiled_sb.hxx index a6177f48f86c..e79b7824c73f 100644 --- a/basic/inc/pch/precompiled_sb.hxx +++ b/basic/inc/pch/precompiled_sb.hxx @@ -69,7 +69,6 @@ #include #include #include -#include #include #include #include -- cgit