From d9b6e0bda45134852c38f60f25a5109923f8cd53 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 --- kgamma/kcmkgamma/xvidextwrap.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'kgamma/kcmkgamma/xvidextwrap.cpp') diff --git a/kgamma/kcmkgamma/xvidextwrap.cpp b/kgamma/kcmkgamma/xvidextwrap.cpp index f7bf532b..9cbbf250 100644 --- a/kgamma/kcmkgamma/xvidextwrap.cpp +++ b/kgamma/kcmkgamma/xvidextwrap.cpp @@ -28,15 +28,10 @@ #include #include +#include #include -#ifdef HAVE_SSTREAM -#include -#else -#include -#define istringstream istrstream -#endif #include -- cgit v1.2.3