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>
dev
Bill Spitzak 9 years ago committed by Daniel Stone
parent 61ed7b6bf0
commit 2ccd9a2d62
  1. 1
      clients/ivi-shell-user-interface.c
  2. 1
      tests/weston-test-client-helper.h

@ -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…
Cancel
Save