Remove unused private Qt include
Summary: Ideally KWin would not depend on private headers... but at least we can remove unused ones. Test Plan: still builds, I don't see anything requiring the header. Reviewers: zzag Reviewed By: zzag Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D16655
This commit is contained in:
parent
503661579f
commit
456cbb9bf7
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include <qpa/qplatforminputcontext.h>
|
||||
#include <qpa/qplatforminputcontextfactory_p.h>
|
||||
#include <qpa/qwindowsysteminterface.h>
|
||||
#include <private/qeventdispatcher_unix_p.h>
|
||||
|
||||
#include <QtFontDatabaseSupport/private/qgenericunixfontdatabase_p.h>
|
||||
#include <QtThemeSupport/private/qgenericunixthemes_p.h>
|
||||
|
|
Loading…
Reference in a new issue