gpu: Don't include monitor manager header

Doing so pulls in too much, causing potential header include order
conflicts.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4192>
This commit is contained in:
Jonas Ådahl 2024-12-12 22:28:56 +01:00 committed by Marge Bot
parent bfa0f3e2ab
commit a38f9c2d48
5 changed files with 5 additions and 1 deletions

View File

@ -24,6 +24,7 @@
#include <colord.h>
#include "backends/meta-backend-private.h"
#include "backends/meta-color-device.h"
#include "backends/meta-color-manager-private.h"
#include "backends/meta-color-profile.h"

View File

@ -50,6 +50,7 @@
#include "backends/meta-backend-types.h"
#include "backends/meta-color-device.h"
#include "backends/meta-color-store.h"
#include "backends/meta-monitor-manager-private.h"
#include "backends/meta-monitor.h"
#include "meta-dbus-gsd-color.h"

View File

@ -20,6 +20,7 @@
#include "backends/meta-crtc.h"
#include "backends/meta-gpu.h"
#include "meta/meta-backend.h"
enum
{

View File

@ -21,7 +21,7 @@
#include <glib-object.h>
#include "backends/meta-monitor-manager-private.h"
#include "core/util-private.h"
#define META_TYPE_GPU (meta_gpu_get_type ())
META_EXPORT_TEST

View File

@ -21,6 +21,7 @@
#include "backends/edid.h"
#include "backends/meta-crtc.h"
#include "backends/meta-monitor-manager-private.h"
enum
{