From 9bb21ef311ffc600bc7d2ac1c7dee4d88a694bf7 Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 17 Mar 2017 00:41:32 +0100 Subject: cleanup itempool includes Change-Id: I3762cdfc6d92d2c15ef6e42d9be8e18ad8d79a10 Reviewed-on: https://gerrit.libreoffice.org/35313 Tested-by: Jenkins Reviewed-by: Jochen Nitschke --- include/editeng/unoedsrc.hxx | 1 - include/editeng/unotext.hxx | 1 - include/svx/fntctrl.hxx | 1 - include/svx/numinf.hxx | 2 +- 4 files changed, 1 insertion(+), 4 deletions(-) (limited to 'include') diff --git a/include/editeng/unoedsrc.hxx b/include/editeng/unoedsrc.hxx index fdd7eb89c1d6..8094d0509604 100644 --- a/include/editeng/unoedsrc.hxx +++ b/include/editeng/unoedsrc.hxx @@ -28,7 +28,6 @@ #include #include #include -#include #include #include diff --git a/include/editeng/unotext.hxx b/include/editeng/unotext.hxx index a9b42bdb8341..179a3a621994 100644 --- a/include/editeng/unotext.hxx +++ b/include/editeng/unotext.hxx @@ -53,7 +53,6 @@ #include #include #include -#include #include #include #include diff --git a/include/svx/fntctrl.hxx b/include/svx/fntctrl.hxx index 84afcfae62b6..758f1eb6bddc 100644 --- a/include/svx/fntctrl.hxx +++ b/include/svx/fntctrl.hxx @@ -22,7 +22,6 @@ #include #include #include -#include #include diff --git a/include/svx/numinf.hxx b/include/svx/numinf.hxx index c99f9859c53c..33035b0444e1 100644 --- a/include/svx/numinf.hxx +++ b/include/svx/numinf.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_SVX_NUMINF_HXX #define INCLUDED_SVX_NUMINF_HXX -#include +#include #include #include -- cgit