summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-01 22:41:35 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-02 14:53:48 +0100
commitb6ceb0a8ee690d95ca54490b98fdd3f30eba1309 (patch)
treef19af01945700eb196e4f43a97b2a583710ff126 /sc
parent09bdea8900c5ce79df3e8f2b7fbeeed06a5b4111 (diff)
don't include iostream unless you really need it
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/externalrefmgr.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/externalrefmgr.hxx b/sc/inc/externalrefmgr.hxx
index d5f6720f835c..1f7b1322c082 100644
--- a/sc/inc/externalrefmgr.hxx
+++ b/sc/inc/externalrefmgr.hxx
@@ -48,7 +48,6 @@
#include <vector>
#include <list>
#include <set>
-#include <iostream>
#include <formula/ExternalReferenceHelper.hxx>
class ScDocument;