diff options
author | Gabor Kelemen <kelemeng@ubuntu.com> | 2019-01-05 00:12:44 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-01-11 11:04:53 +0100 |
commit | 48ba605c546dcd223e45d7b5a8e71998f945cadf (patch) | |
tree | aeadb5dfa48694bb4ef02d0de6970edb42c8950d /sw/sdi | |
parent | dad7a53f1106a6ecc344caa902b07726b8eb59ad (diff) |
tdf#42949 Fix IWYU warnings in sw/inc/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.
- Also fix .h / .hrc files
- Remove a bit of duplication from the .yaml file
Change-Id: I22145a79343497678e481d882544eb08e765312a
Reviewed-on: https://gerrit.libreoffice.org/65878
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sw/sdi')
-rw-r--r-- | sw/sdi/swslots.hrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/sdi/swslots.hrc b/sw/sdi/swslots.hrc index e4a3b9193d12..59bcaa4ccfa0 100644 --- a/sw/sdi/swslots.hrc +++ b/sw/sdi/swslots.hrc @@ -21,5 +21,6 @@ #include <svx/svxids.hrc> #include "globals.hrc" #include "cmdid.h" +#include "unomid.h" /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |