This can be a simple forward declaration
Change-Id: Iba4c19ee3c81c96dfd5e2ab6145ec6a6aec3a03f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113444 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
This commit is contained in:
parent
d48a417470
commit
a2b1ee5b12
1 changed files with 5 additions and 1 deletions
|
@ -12,7 +12,11 @@
|
|||
#include <sal/config.h>
|
||||
|
||||
#include <vcl/dllapi.h>
|
||||
#include <vcl/weld.hxx>
|
||||
|
||||
namespace weld
|
||||
{
|
||||
class Window;
|
||||
}
|
||||
|
||||
namespace vcl::fileregistration
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue