plugin: Use kwin_export.h instead of kwinglobals.h
It only uses the `KWIN_EXPORT` macro in plugin.h. kwinglobals.h comes from libkwineffects and not kwin core. (`KWIN_PLUGIN_VERSION_STRING` comes from config-kwin.h) Signed-off-by: Victoria Fischer <victoria.fischer@mbition.io>
This commit is contained in:
parent
2fd4106588
commit
62008e7b62
1 changed files with 1 additions and 2 deletions
|
@ -7,8 +7,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <config-kwin.h>
|
||||
|
||||
#include "kwinglobals.h"
|
||||
#include <kwin_export.h>
|
||||
|
||||
#include <QObject>
|
||||
#include <memory>
|
||||
|
|
Loading…
Reference in a new issue