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/Track.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/base/Track.cpp') diff --git a/src/base/Track.cpp b/src/base/Track.cpp index 903e500..a17c8b2 100644 --- a/src/base/Track.cpp +++ b/src/base/Track.cpp @@ -22,13 +22,7 @@ #include "Track.h" #include #include - -#if (__GNUC__ < 3) -#include -#define stringstream strstream -#else #include -#endif #include "Composition.h" #include "StaffExportTypes.h" -- cgit v1.2.3