1
0
Fork 0

backend/x11/clutter-backend: Group glib header include correctly

glib.h is not a bundled header, so move it accordingly.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3923>
This commit is contained in:
Jonas Ådahl 2024-08-05 21:32:38 +02:00
parent de76e007b5
commit 3c070604dd

View file

@ -23,6 +23,7 @@
#include "config.h"
#include <glib-object.h>
#include <glib.h>
#include "backends/meta-backend-private.h"
#include "backends/meta-renderer.h"
@ -36,7 +37,6 @@
#include "clutter/clutter.h"
#include "cogl/cogl-xlib-renderer.h"
#include "core/bell.h"
#include "glib.h"
#include "meta/meta-backend.h"
typedef struct _MetaClutterBackendX11Private