diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/client-test.c | 2 | ||||
-rw-r--r-- | tests/display-test.c | 2 | ||||
-rw-r--r-- | tests/event-loop-test.c | 3 |
3 files changed, 4 insertions, 3 deletions
diff --git a/tests/client-test.c b/tests/client-test.c index 5cf374d..fde3877 100644 --- a/tests/client-test.c +++ b/tests/client-test.c @@ -31,8 +31,8 @@ #include <sys/types.h> #include <sys/stat.h> -#include "wayland-server.h" #include "wayland-private.h" +#include "wayland-server.h" #include "test-runner.h" struct client_destroy_listener { diff --git a/tests/display-test.c b/tests/display-test.c index 95b939e..844a649 100644 --- a/tests/display-test.c +++ b/tests/display-test.c @@ -32,8 +32,8 @@ #include <sys/types.h> #include <sys/stat.h> -#include "wayland-server.h" #include "wayland-private.h" +#include "wayland-server.h" #include "test-runner.h" struct display_destroy_listener { diff --git a/tests/event-loop-test.c b/tests/event-loop-test.c index c46d3b0..cba46d4 100644 --- a/tests/event-loop-test.c +++ b/tests/event-loop-test.c @@ -25,8 +25,9 @@ #include <assert.h> #include <unistd.h> #include <signal.h> -#include "wayland-server.h" + #include "wayland-private.h" +#include "wayland-server.h" #include "test-runner.h" static int |