summaryrefslogtreecommitdiff
path: root/src/compositor/region-utils.h
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-07-10 10:36:24 +0200
committerJonas Ådahl <jadahl@gmail.com>2018-11-06 17:17:36 +0100
commit2f4a68c8c3690663c7f0dbdd7aaa55ee9963a231 (patch)
treeb2dbb261e756f8b7a3c5e0ba2241546fe05901c0 /src/compositor/region-utils.h
parent92f4ffc0dd66faa77a96e130562b77c716e26f3b (diff)
downloadmutter-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.h4
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,