diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-04-01 22:41:35 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-04-02 14:53:48 +0100 |
commit | b6ceb0a8ee690d95ca54490b98fdd3f30eba1309 (patch) | |
tree | f19af01945700eb196e4f43a97b2a583710ff126 /sc/inc/externalrefmgr.hxx | |
parent | 09bdea8900c5ce79df3e8f2b7fbeeed06a5b4111 (diff) |
don't include iostream unless you really need it
Diffstat (limited to 'sc/inc/externalrefmgr.hxx')
-rw-r--r-- | sc/inc/externalrefmgr.hxx | 1 |
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; |