diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2016-03-30 22:29:16 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-03-31 11:20:55 +0000 |
commit | ef9757605619c6bcbdde61c93c834a0467453d67 (patch) | |
tree | 8265c09feb6930ceafec9937a8b70467fd99f84b /slideshow/inc/pch | |
parent | 51d7f466df85f679f54e4e690f8b5e602192eb7b (diff) |
tdf#97525 vcl: make DeletionListener internal
move include/vcl/impdel.hxx to vcl/inc/
include impdel.hxx in salframe.hxx
remove vcl/impdel.hxx includes in pch
add missing <list> includes
Change-Id: Id146363b2e20ce0238542929c26a83efb1e8c4bd
Reviewed-on: https://gerrit.libreoffice.org/23664
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow/inc/pch')
-rw-r--r-- | slideshow/inc/pch/precompiled_slideshow.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/inc/pch/precompiled_slideshow.hxx b/slideshow/inc/pch/precompiled_slideshow.hxx index bf9f9d08a36b..d4e156e72fd8 100644 --- a/slideshow/inc/pch/precompiled_slideshow.hxx +++ b/slideshow/inc/pch/precompiled_slideshow.hxx @@ -114,7 +114,6 @@ #include <vcl/gdimtf.hxx> #include <vcl/gfxlink.hxx> #include <vcl/graph.hxx> -#include <vcl/impdel.hxx> #include <vcl/inputctx.hxx> #include <vcl/inputtypes.hxx> #include <vcl/keycod.hxx> |