mirror of
https://github.com/brl/mutter.git
synced 2025-07-23 18:11:23 +00:00
Clean up include macros mess
The order and way include macros were structured was chaotic, with no real common thread between files. Try to tidy up the mess with some common scheme, to make things look less messy.
This commit is contained in:
@ -25,11 +25,11 @@
|
||||
#ifndef META_WAYLAND_POINTER_CONSTRAINTS_H
|
||||
#define META_WAYLAND_POINTER_CONSTRAINTS_H
|
||||
|
||||
#include "meta-wayland-types.h"
|
||||
#include "meta/window.h"
|
||||
|
||||
#include <wayland-server.h>
|
||||
|
||||
#include "meta/window.h"
|
||||
#include "wayland/meta-wayland-types.h"
|
||||
|
||||
#define META_TYPE_WAYLAND_POINTER_CONSTRAINT (meta_wayland_pointer_constraint_get_type ())
|
||||
G_DECLARE_FINAL_TYPE (MetaWaylandPointerConstraint,
|
||||
meta_wayland_pointer_constraint,
|
||||
|
Reference in New Issue
Block a user