From 8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 16 Aug 2018 21:56:43 +0900 Subject: Switched from strstream to sstream. Signed-off-by: Michele Calgaro --- src/base/SoftSynthDevice.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/base/SoftSynthDevice.cpp') diff --git a/src/base/SoftSynthDevice.cpp b/src/base/SoftSynthDevice.cpp index 9a736b7..8ad00f4 100644 --- a/src/base/SoftSynthDevice.cpp +++ b/src/base/SoftSynthDevice.cpp @@ -25,14 +25,7 @@ #include #include - - -#if (__GNUC__ < 3) -#include -#define stringstream strstream -#else #include -#endif namespace Rosegarden -- cgit v1.2.1