From bd3f7cb38491f4cbd0e93b2b744d664fa712f5aa Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 15 Aug 2018 15:18:28 +0900 Subject: Removed old strstream code and switch to sstream permanently. Inspired by similar work on tdeadmin. Signed-off-by: Michele Calgaro (cherry picked from commit d9b6e0bda45134852c38f60f25a5109923f8cd53) --- ksvg/impl/libs/libtext2path/src/Tools.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'ksvg/impl/libs/libtext2path/src/Tools.h') diff --git a/ksvg/impl/libs/libtext2path/src/Tools.h b/ksvg/impl/libs/libtext2path/src/Tools.h index c7753365..6bf33bf7 100644 --- a/ksvg/impl/libs/libtext2path/src/Tools.h +++ b/ksvg/impl/libs/libtext2path/src/Tools.h @@ -24,12 +24,7 @@ #include #include #include -#ifdef HAVE_SSTREAM -# include -#else -# include -# define ostringstream ostrstream -#endif +#include #define T2PMAX(a, b) ((b) < (a) ? (a) : (b)) #define T2PMIN(a, b) ((a) < (b) ? (a) : (b)) -- cgit v1.2.1