diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-01-23 22:11:20 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-01-24 10:14:09 +0100 |
commit | fc2d155f42db5949e68df54635acaa944aa980b9 (patch) | |
tree | 45991f7eec95dde4c5f45dcdf64ded7910fd0c28 /sw/inc/PageMarginPopup.hxx | |
parent | a7d67762f116ca85181b4ae4053141ea68e6d6f8 (diff) |
Fix some IWYU warnings
Change-Id: I4b6e799c1afc2a762a3729ee89f3226c59a6eef8
Reviewed-on: https://gerrit.libreoffice.org/48462
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'sw/inc/PageMarginPopup.hxx')
-rw-r--r-- | sw/inc/PageMarginPopup.hxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/inc/PageMarginPopup.hxx b/sw/inc/PageMarginPopup.hxx index d3f4424d7515..7a66ca8e3db9 100644 --- a/sw/inc/PageMarginPopup.hxx +++ b/sw/inc/PageMarginPopup.hxx @@ -21,8 +21,6 @@ #include <sfx2/tbxctrl.hxx> #include "swdllapi.h" -#include <vcl/vclenum.hxx> -#include <functional> class SW_DLLPUBLIC PageMarginPopup : public SfxToolBoxControl { |