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) --- kgamma/xf86gammacfg/xf86gammacfg.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'kgamma/xf86gammacfg/xf86gammacfg.cpp') diff --git a/kgamma/xf86gammacfg/xf86gammacfg.cpp b/kgamma/xf86gammacfg/xf86gammacfg.cpp index db98a8fb..640940e7 100644 --- a/kgamma/xf86gammacfg/xf86gammacfg.cpp +++ b/kgamma/xf86gammacfg/xf86gammacfg.cpp @@ -23,15 +23,10 @@ #include #include #include +#include #include -#ifdef HAVE_SSTREAM -#include -#else -#include -#define istringstream istrstream -#endif using namespace std; -- cgit v1.2.1