summaryrefslogtreecommitdiffstats
path: root/src/base/Instrument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/Instrument.cpp')
-rw-r--r--src/base/Instrument.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/base/Instrument.cpp b/src/base/Instrument.cpp
index add1767..7583ac9 100644
--- a/src/base/Instrument.cpp
+++ b/src/base/Instrument.cpp
@@ -20,19 +20,13 @@
*/
#include <stdio.h>
+#include <sstream>
#include "Instrument.h"
#include "MidiDevice.h"
#include "AudioPluginInstance.h"
#include "AudioLevel.h"
-#if (__GNUC__ < 3)
-#include <strstream>
-#define stringstream strstream
-#else
-#include <sstream>
-#endif
-
namespace Rosegarden
{