diff options
Diffstat (limited to 'include/basic/basicmanagerrepository.hxx')
-rw-r--r-- | include/basic/basicmanagerrepository.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/basic/basicmanagerrepository.hxx b/include/basic/basicmanagerrepository.hxx index 4104a4e1e12b..e9e906685ed6 100644 --- a/include/basic/basicmanagerrepository.hxx +++ b/include/basic/basicmanagerrepository.hxx @@ -20,10 +20,11 @@ #ifndef INCLUDED_BASIC_BASICMANAGERREPOSITORY_HXX #define INCLUDED_BASIC_BASICMANAGERREPOSITORY_HXX -#include <com/sun/star/frame/XModel.hpp> -#include <com/sun/star/embed/XStorage.hpp> #include <basic/basicdllapi.h> +namespace com::sun::star::frame { class XModel; } +namespace com::sun::star::uno { template <typename > class Reference; } + class BasicManager; |