diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2018-07-10 10:36:24 +0200 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2018-11-06 17:17:36 +0100 |
commit | 2f4a68c8c3690663c7f0dbdd7aaa55ee9963a231 (patch) | |
tree | b2dbb261e756f8b7a3c5e0ba2241546fe05901c0 /src/wayland/meta-wayland-popup.c | |
parent | 92f4ffc0dd66faa77a96e130562b77c716e26f3b (diff) | |
download | mutter-2f4a68c8c3690663c7f0dbdd7aaa55ee9963a231.tar.gz |
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.
Diffstat (limited to 'src/wayland/meta-wayland-popup.c')
-rw-r--r-- | src/wayland/meta-wayland-popup.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wayland/meta-wayland-popup.c b/src/wayland/meta-wayland-popup.c index 7ec2d220f..ce9a8b81e 100644 --- a/src/wayland/meta-wayland-popup.c +++ b/src/wayland/meta-wayland-popup.c @@ -42,11 +42,11 @@ #include "config.h" -#include "meta-wayland-popup.h" +#include "wayland/meta-wayland-popup.h" -#include "meta-wayland-pointer.h" -#include "meta-wayland-private.h" -#include "meta-wayland-surface.h" +#include "wayland/meta-wayland-pointer.h" +#include "wayland/meta-wayland-private.h" +#include "wayland/meta-wayland-surface.h" G_DEFINE_INTERFACE (MetaWaylandPopupSurface, meta_wayland_popup_surface, G_TYPE_OBJECT); |