cleanup: Make include macro usages consistent
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3157>
This commit is contained in:

committed by
Marge Bot

parent
e0ed157e5d
commit
a955f0e47c
@ -20,7 +20,7 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "backends/meta-backend-private.h"
|
||||
#include "meta-input-device-private.h"
|
||||
#include "backends/meta-input-device-private.h"
|
||||
|
||||
typedef struct _MetaInputDevicePrivate MetaInputDevicePrivate;
|
||||
|
||||
|
@ -21,10 +21,10 @@
|
||||
#include "config.h"
|
||||
|
||||
#include "backends/meta-input-device-private.h"
|
||||
#include "meta-input-mapper-private.h"
|
||||
#include "meta-monitor-manager-private.h"
|
||||
#include "meta-logical-monitor.h"
|
||||
#include "meta-backend-private.h"
|
||||
#include "backends/meta-input-mapper-private.h"
|
||||
#include "backends/meta-monitor-manager-private.h"
|
||||
#include "backends/meta-logical-monitor.h"
|
||||
#include "backends/meta-backend-private.h"
|
||||
|
||||
#include "meta-dbus-input-mapping.h"
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <cogl/cogl.h>
|
||||
#include "cogl/cogl.h"
|
||||
#include <graphene.h>
|
||||
|
||||
#ifdef HAVE_GNOME_DESKTOP
|
||||
|
@ -23,7 +23,7 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "meta-stage-view-private.h"
|
||||
#include "backends/meta-stage-view-private.h"
|
||||
|
||||
typedef struct _MetaStageViewPrivate
|
||||
{
|
||||
|
@ -28,7 +28,7 @@
|
||||
#include <wayland-server.h>
|
||||
|
||||
#include "core/meta-border.h"
|
||||
#include "meta-pointer-constraint-native.h"
|
||||
#include "backends/native/meta-pointer-constraint-native.h"
|
||||
|
||||
struct _MetaPointerConstraintImplNative
|
||||
{
|
||||
|
Reference in New Issue
Block a user