test/ivi: include protocol headers for all used protocols

This seems like a good idea for consistency that the protocol header
is included for any protocols used by the code. This also means the
code will compile with headers generated by wayland-scanner -c.

Fixed to use angle brackets.

Reviewed-by: Daniel Stone <daniels@collabora.com>
This commit is contained in:
Bill Spitzak 2015-08-06 16:24:59 +01:00 committed by Daniel Stone
parent 61ed7b6bf0
commit 2ccd9a2d62
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#include <sys/mman.h>
#include <getopt.h>
#include <wayland-cursor.h>
#include <wayland-client-protocol.h>
#include "shared/cairo-util.h"
#include "shared/config-parser.h"
#include "shared/helpers.h"

View File

@ -31,6 +31,7 @@
#include <assert.h>
#include <stdbool.h>
#include <wayland-client-protocol.h>
#include "weston-test-runner.h"
#include "weston-test-client-protocol.h"