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:
@ -22,8 +22,8 @@
|
||||
#ifndef META_WAYLAND_CURSOR_SURFACE_H
|
||||
#define META_WAYLAND_CURSOR_SURFACE_H
|
||||
|
||||
#include "meta-wayland-surface.h"
|
||||
#include "backends/meta-cursor-renderer.h"
|
||||
#include "wayland/meta-wayland-surface.h"
|
||||
|
||||
struct _MetaWaylandCursorSurfaceClass
|
||||
{
|
||||
|
Reference in New Issue
Block a user