From 3e1d3c25e064c5a97a2c408faf23a9d0c6150d8a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:33:26 +0200 Subject: loplugin:includeform: sc Change-Id: I2ed763e0584a188032c80fde60890de3c6985cbd --- sc/source/ui/unoobj/eventuno.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'sc/source/ui/unoobj/eventuno.cxx') diff --git a/sc/source/ui/unoobj/eventuno.cxx b/sc/source/ui/unoobj/eventuno.cxx index e54a6938a94e..15c792428e64 100644 --- a/sc/source/ui/unoobj/eventuno.cxx +++ b/sc/source/ui/unoobj/eventuno.cxx @@ -17,11 +17,11 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "eventuno.hxx" -#include "miscuno.hxx" -#include "docsh.hxx" -#include "sheetevents.hxx" -#include "unonames.hxx" +#include +#include +#include +#include +#include #include #include -- cgit