diff --git a/clutter/clutter-stage.c b/clutter/clutter-stage.c index 25c5f84cc..220e00e81 100644 --- a/clutter/clutter-stage.c +++ b/clutter/clutter-stage.c @@ -53,7 +53,7 @@ #include "config.h" #endif -#include +#include #include "clutter-stage.h" diff --git a/tests/conform/test-path.c b/tests/conform/test-path.c index b2de235a0..9790c0ef3 100644 --- a/tests/conform/test-path.c +++ b/tests/conform/test-path.c @@ -1,5 +1,5 @@ #include -#include +#include #include #include diff --git a/tests/interactive/test-bin-layout.c b/tests/interactive/test-bin-layout.c index 7414b7a38..d5aa4d3c5 100644 --- a/tests/interactive/test-bin-layout.c +++ b/tests/interactive/test-bin-layout.c @@ -1,6 +1,6 @@ #include #include -#include +#include #include static const ClutterColor bg_color = { 0xcc, 0xcc, 0xcc, 0x99 }; diff --git a/tests/interactive/test-flow-layout.c b/tests/interactive/test-flow-layout.c index e0d602485..82c2f3070 100644 --- a/tests/interactive/test-flow-layout.c +++ b/tests/interactive/test-flow-layout.c @@ -1,6 +1,6 @@ #include #include -#include +#include #include #define N_RECTS 20