summaryrefslogtreecommitdiffstats
path: root/src/misc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-08-16 21:56:43 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-08-16 21:57:18 +0900
commit26afcbf0f90d77adde8d3f0948ffc2b707413315 (patch)
tree9124566bda7ff924012853629fdbf40bfab0857a /src/misc
parent2022a170faedb70b4bb5b9361aace6ec1686280f (diff)
downloadrosegarden-26afcbf0f90d77adde8d3f0948ffc2b707413315.tar.gz
rosegarden-26afcbf0f90d77adde8d3f0948ffc2b707413315.zip
Switched from strstream to sstream.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8c0cfbf6610b1a3a70ee1d6098a9c7dacfba5445)
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/stableheaders.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc/stableheaders.h b/src/misc/stableheaders.h
index 9068e14..79e5740 100644
--- a/src/misc/stableheaders.h
+++ b/src/misc/stableheaders.h
@@ -23,7 +23,6 @@
#include <sstream>
#include <stack>
#include <string>
-#include <strstream>
#include <utility>
#include <vector>