summaryrefslogtreecommitdiffstats
path: root/src/sound/BWFAudioFile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/BWFAudioFile.cpp')
-rw-r--r--src/sound/BWFAudioFile.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/sound/BWFAudioFile.cpp b/src/sound/BWFAudioFile.cpp
index c38820f..b5ec798 100644
--- a/src/sound/BWFAudioFile.cpp
+++ b/src/sound/BWFAudioFile.cpp
@@ -18,17 +18,11 @@
License, or (at your option) any later version. See the file
COPYING included with this distribution for more information.
*/
+#include <sstream>
#include "BWFAudioFile.h"
#include "RealTime.h"
-#if (__GNUC__ < 3)
-#include <strstream>
-#define stringstream strstream
-#else
-#include <sstream>
-#endif
-
using std::cout;
using std::cerr;
using std::endl;