From 20635ed90b2f684757c480b3cff70547a0e06363 Mon Sep 17 00:00:00 2001 From: Matteo Casalin Date: Sun, 11 Oct 2015 18:21:11 +0200 Subject: Reduce scope of #include Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6 --- svl/source/inc/strmadpt.hxx | 1 - svl/source/items/lckbitem.cxx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'svl/source') diff --git a/svl/source/inc/strmadpt.hxx b/svl/source/inc/strmadpt.hxx index c91d61cd06cc..ef1771f9c529 100644 --- a/svl/source/inc/strmadpt.hxx +++ b/svl/source/inc/strmadpt.hxx @@ -23,7 +23,6 @@ #include #include -#include class SvOutputStreamOpenLockBytes: public SvOpenLockBytes diff --git a/svl/source/items/lckbitem.cxx b/svl/source/items/lckbitem.cxx index 169219f416d4..faeeae6745eb 100644 --- a/svl/source/items/lckbitem.cxx +++ b/svl/source/items/lckbitem.cxx @@ -19,6 +19,7 @@ #include #include +#include #include #include #include -- cgit