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:
@ -21,14 +21,16 @@
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "wayland/meta-wayland-text-input.h"
|
||||
|
||||
#include <wayland-server.h>
|
||||
|
||||
#include "text-input-unstable-v3-server-protocol.h"
|
||||
#include "wayland/meta-wayland-private.h"
|
||||
#include "wayland/meta-wayland-seat.h"
|
||||
#include "wayland/meta-wayland-text-input.h"
|
||||
#include "wayland/meta-wayland-versions.h"
|
||||
|
||||
#include "text-input-unstable-v3-server-protocol.h"
|
||||
|
||||
#define META_TYPE_WAYLAND_TEXT_INPUT_FOCUS (meta_wayland_text_input_focus_get_type ())
|
||||
|
||||
typedef enum
|
||||
|
Reference in New Issue
Block a user