From 2b44f9490853c9de5a0e92c41fdc1279b6c91e06 Mon Sep 17 00:00:00 2001 From: Gabor Kelemen Date: Sun, 10 Apr 2022 13:11:33 +0200 Subject: Recheck modules [uU]* with IWYU See tdf#42949 for motivation Change-Id: If710445176681de8e0a0b6c65f58ecaca19dbccf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132768 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- unodevtools/source/skeletonmaker/skeletoncommon.cxx | 3 --- unodevtools/source/skeletonmaker/skeletoncommon.hxx | 1 - unodevtools/source/unodevtools/options.cxx | 2 -- 3 files changed, 6 deletions(-) (limited to 'unodevtools/source') diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.cxx b/unodevtools/source/skeletonmaker/skeletoncommon.cxx index cc68d744066f..664bc90888aa 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.cxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.cxx @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - -#include #include #include #include diff --git a/unodevtools/source/skeletonmaker/skeletoncommon.hxx b/unodevtools/source/skeletonmaker/skeletoncommon.hxx index b0bf3e5d01c7..a6ff05069613 100644 --- a/unodevtools/source/skeletonmaker/skeletoncommon.hxx +++ b/unodevtools/source/skeletonmaker/skeletoncommon.hxx @@ -23,7 +23,6 @@ #include #include #include -#include #include #include diff --git a/unodevtools/source/unodevtools/options.cxx b/unodevtools/source/unodevtools/options.cxx index 8cd2b652f8b0..290f70ce06ce 100644 --- a/unodevtools/source/unodevtools/options.cxx +++ b/unodevtools/source/unodevtools/options.cxx @@ -17,8 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include - #include #include #include -- cgit