Windows QPA: remove two unused forward declared structs

They are not used, so just remove them.

Change-Id: I9b92ef97df85a1ab975bf6b6d460b5427135c301
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
(cherry picked from commit 20ae1cd486104cda556051040719dcbd56516bad)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Yuhang Zhao 2022-09-22 10:12:38 +08:00 committed by Qt Cherry-pick Bot
parent d29a10c189
commit 8e82e929b5

View File

@ -15,9 +15,6 @@
#include <shlobj.h>
#include <shlwapi.h>
struct IBindCtx;
struct _SHSTOCKICONINFO;
QT_BEGIN_NAMESPACE
Q_DECLARE_LOGGING_CATEGORY(lcQpaWindows)