summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-14 15:36:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-14 15:36:50 +0100
commitcc97aa6b2ca4e03f7f9b4152852b533caea234ff (patch)
treea0de00caf35a74ba021cf91e38391060cdac2c45
parent8a2f8c9d464ce75335fa56c515be0c0f28010fd3 (diff)
micro optimization, including iostream adds globals to your code
-rw-r--r--basegfx/inc/basegfx/tools/debugplotter.hxx2
-rw-r--r--basegfx/source/tools/debugplotter.cxx2
2 files changed, 3 insertions, 1 deletions
diff --git a/basegfx/inc/basegfx/tools/debugplotter.hxx b/basegfx/inc/basegfx/tools/debugplotter.hxx
index ece104af3553..d375628637f9 100644
--- a/basegfx/inc/basegfx/tools/debugplotter.hxx
+++ b/basegfx/inc/basegfx/tools/debugplotter.hxx
@@ -37,7 +37,7 @@
#include <boost/utility.hpp> // for noncopyable
#include <vector>
#include <utility>
-#include <iostream>
+#include <iosfwd>
namespace basegfx
diff --git a/basegfx/source/tools/debugplotter.cxx b/basegfx/source/tools/debugplotter.cxx
index 2c68eb44a846..8f4ff65c86fb 100644
--- a/basegfx/source/tools/debugplotter.cxx
+++ b/basegfx/source/tools/debugplotter.cxx
@@ -34,6 +34,8 @@
#include <basegfx/tools/debugplotter.hxx>
#include <boost/bind.hpp>
+#include <ostream>
+
namespace basegfx
{