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:
parent
61ed7b6bf0
commit
2ccd9a2d62
@ -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"
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user