diff options
Diffstat (limited to 'include/sfx2/recentdocsview.hxx')
-rw-r--r-- | include/sfx2/recentdocsview.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/sfx2/recentdocsview.hxx b/include/sfx2/recentdocsview.hxx index 3210d47c651f..516c650d2b60 100644 --- a/include/sfx2/recentdocsview.hxx +++ b/include/sfx2/recentdocsview.hxx @@ -11,12 +11,13 @@ #define INCLUDED_SFX2_RECENTDOCSVIEW_HXX #include <sfx2/thumbnailview.hxx> -#include <sfx2/recentdocsviewitem.hxx> #include <vcl/image.hxx> #include <o3tl/typed_flags_set.hxx> -#include <com/sun/star/frame/XDispatch.hpp> +#include <com/sun/star/util/URL.hpp> + +namespace com::sun::star::frame { class XDispatch; } namespace sfx2 { |