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/sound/AudioFileManager.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/sound/AudioFileManager.cpp') diff --git a/src/sound/AudioFileManager.cpp b/src/sound/AudioFileManager.cpp index a5aa89c..1525a89 100644 --- a/src/sound/AudioFileManager.cpp +++ b/src/sound/AudioFileManager.cpp @@ -27,13 +27,8 @@ #include // sprintf #include #include - -#if (__GNUC__ < 3) -#include -#define stringstream strstream -#else #include -#endif + #include #include -- cgit v1.2.3