Stop including core.h where it's not used

It provides glue for window frame controls and internal window
management, and that is only relevant for a couple of places in src/ui/.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/854
This commit is contained in:
Jonas Ådahl
2019-08-29 20:57:27 +03:00
committed by Florian Müllner
parent 877ecc1bb4
commit c474ad6a53
3 changed files with 0 additions and 3 deletions

View File

@ -70,7 +70,6 @@
#include "cogl/cogl-trace.h"
#include "core/boxes-private.h"
#include "core/constraints.h"
#include "core/core.h"
#include "core/edge-resistance.h"
#include "core/frame.h"
#include "core/keybindings-private.h"