From 26afcbf0f90d77adde8d3f0948ffc2b707413315 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 (cherry picked from commit 8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445) --- src/base/AudioPluginInstance.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/base/AudioPluginInstance.cpp') diff --git a/src/base/AudioPluginInstance.cpp b/src/base/AudioPluginInstance.cpp index 112687b..aaac7ba 100644 --- a/src/base/AudioPluginInstance.cpp +++ b/src/base/AudioPluginInstance.cpp @@ -23,13 +23,7 @@ #include #include - -#if (__GNUC__ < 3) -#include -#define stringstream strstream -#else #include -#endif namespace Rosegarden { -- cgit v1.2.1