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/NotationTypes.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/base/NotationTypes.cpp') diff --git a/src/base/NotationTypes.cpp b/src/base/NotationTypes.cpp index c0ccc91..689936b 100644 --- a/src/base/NotationTypes.cpp +++ b/src/base/NotationTypes.cpp @@ -28,12 +28,7 @@ #include // for atoi #include // for SHRT_MIN #include - -#if (__GNUC__ < 3) -#include -#else #include -#endif //dmm This will make everything excruciatingly slow if defined: //#define DEBUG_PITCH -- cgit v1.2.3