summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-04-01 12:14:38 +0300
committerMike Kaganski <mike.kaganski@collabora.com>2021-04-01 13:18:55 +0200
commita2b1ee5b1229a5efdc90b9495cf4b6f56e3207b1 (patch)
treecfcce8e78a59aaee35d9cb1748d4bbb86ec194f1
parentd48a4174708ce0850577dba76dccaf85c4f6ffa1 (diff)
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>
-rw-r--r--include/vcl/fileregistration.hxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/include/vcl/fileregistration.hxx b/include/vcl/fileregistration.hxx
index ad9ac876e9e8..68a0f26a813d 100644
--- a/include/vcl/fileregistration.hxx
+++ b/include/vcl/fileregistration.hxx
@@ -12,7 +12,11 @@
#include <sal/config.h>
#include <vcl/dllapi.h>
-#include <vcl/weld.hxx>
+
+namespace weld
+{
+class Window;
+}
namespace vcl::fileregistration
{