diff options
author | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-10-11 18:21:11 +0200 |
---|---|---|
committer | Matteo Casalin <matteo.casalin@yahoo.com> | 2015-10-27 13:59:10 +0100 |
commit | 20635ed90b2f684757c480b3cff70547a0e06363 (patch) | |
tree | 74c9ce05217df1d7839a3013aa832137b8775a95 /sc/inc | |
parent | 7e89e2827489d0b3bbd488f6c9e5a9e7e404d732 (diff) |
Reduce scope of #include <tools/stream.hxx>
Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/address.hxx | 1 | ||||
-rw-r--r-- | sc/inc/grouparealistener.hxx | 2 | ||||
-rw-r--r-- | sc/inc/userlist.hxx | 1 |
3 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/address.hxx b/sc/inc/address.hxx index 460ca2cc552e..bacbbd5a8be1 100644 --- a/sc/inc/address.hxx +++ b/sc/inc/address.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SC_INC_ADDRESS_HXX #define INCLUDED_SC_INC_ADDRESS_HXX -#include <tools/stream.hxx> #include <rtl/ustrbuf.hxx> #include <rtl/strbuf.hxx> #include <osl/endian.h> diff --git a/sc/inc/grouparealistener.hxx b/sc/inc/grouparealistener.hxx index 99ade314a3ca..5c6fee903696 100644 --- a/sc/inc/grouparealistener.hxx +++ b/sc/inc/grouparealistener.hxx @@ -16,6 +16,8 @@ #include <svl/listener.hxx> #include <vector> +#include <vector> + class ScFormulaCell; class ScDocument; class ScColumn; diff --git a/sc/inc/userlist.hxx b/sc/inc/userlist.hxx index d47e795a0bb1..f174b362fcb1 100644 --- a/sc/inc/userlist.hxx +++ b/sc/inc/userlist.hxx @@ -20,7 +20,6 @@ #ifndef INCLUDED_SC_INC_USERLIST_HXX #define INCLUDED_SC_INC_USERLIST_HXX -#include <tools/stream.hxx> #include "scdllapi.h" #include <boost/ptr_container/ptr_vector.hpp> |