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/compositor/region-utils.h | |
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/compositor/region-utils.h')
-rw-r--r-- | src/compositor/region-utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor/region-utils.h b/src/compositor/region-utils.h index 99a7112e1..6286c6edf 100644 --- a/src/compositor/region-utils.h +++ b/src/compositor/region-utils.h @@ -21,11 +21,11 @@ #ifndef __META_REGION_UTILS_H__ #define __META_REGION_UTILS_H__ -#include <clutter/clutter.h> - #include <cairo.h> #include <glib.h> +#include "clutter/clutter.h" + typedef enum _MetaRoundingStrategy { META_ROUNDING_STRATEGY_SHRINK, |