summaryrefslogtreecommitdiffstats
path: root/src/base/SoftSynthDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/SoftSynthDevice.cpp')
-rw-r--r--src/base/SoftSynthDevice.cpp7
1 files changed, 0 insertions, 7 deletions
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 <cstdio>
#include <cstdlib>
-
-
-#if (__GNUC__ < 3)
-#include <strstream>
-#define stringstream strstream
-#else
#include <sstream>
-#endif
namespace Rosegarden