From 6388395cd3959459662a93cd3f2ca0576a4f3a5a Mon Sep 17 00:00:00 2001 From: OBATA Akio Date: Sat, 22 Jan 2022 14:26:43 +0900 Subject: ksvg/libtext2path: use c++11 std:shared_ptr instead of bundled old boost one Signed-off-by: OBATA Akio (cherry picked from commit 9cdb76ebff291001528f1adc74f67966e24c08b5) --- ksvg/impl/libs/libtext2path/src/Converter.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'ksvg/impl/libs/libtext2path/src/Converter.cpp') diff --git a/ksvg/impl/libs/libtext2path/src/Converter.cpp b/ksvg/impl/libs/libtext2path/src/Converter.cpp index 88af02ae..6434798e 100644 --- a/ksvg/impl/libs/libtext2path/src/Converter.cpp +++ b/ksvg/impl/libs/libtext2path/src/Converter.cpp @@ -22,7 +22,6 @@ #include -#include "myboost/shared_ptr.h" #include #include -- cgit v1.2.3