diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2020-11-19 20:11:29 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2020-11-24 15:45:27 +0100 |
commit | fe88ffb661053f8fff9bd77affdf4de820c43ca8 (patch) | |
tree | dde9201a1a7e3d67cf6fe1b45296e57e89d60d1a /sw/source/uibase/misc | |
parent | 7c0fcb016718b25981903ad2b979e186638a6031 (diff) |
tdf#42949 Fix new IWYU warnings in directory sw
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
Change-Id: I4bb84c3f401aba8a3dede9cec3a7f2187a2ba02a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/106473
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/source/uibase/misc')
-rw-r--r-- | sw/source/uibase/misc/swruler.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/source/uibase/misc/swruler.cxx b/sw/source/uibase/misc/swruler.cxx index 5b9212d9720d..ca3c19239011 100644 --- a/sw/source/uibase/misc/swruler.cxx +++ b/sw/source/uibase/misc/swruler.cxx @@ -26,7 +26,6 @@ #include <strings.hrc> #include <comphelper/lok.hxx> #include <LibreOfficeKit/LibreOfficeKitEnums.h> -#include <boost/property_tree/json_parser.hpp> #define CONTROL_BORDER_WIDTH 1 |