Include abstract_client.h instead of client.h in decorationbridge.cpp
This commit is contained in:
parent
2d7477359e
commit
7ed4b5ed1a
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "decorations_logging.h"
|
||||
#include "settings.h"
|
||||
// KWin core
|
||||
#include "client.h"
|
||||
#include "abstract_client.h"
|
||||
#include "composite.h"
|
||||
#include "scene.h"
|
||||
#include "wayland_server.h"
|
||||
|
|
Loading…
Reference in a new issue