mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-05 07:38:22 +02:00
tests: fix include in input-timestamps-helper.c
No need to use the protocol directory prefix. This may even be necessary for the Meson build. Signed-off-by: Daniel Stone <daniels@collabora.com> Extracted from the patch adding the Meson build system. Signed-off-by: Pekka Paalanen <pq@iki.fi>
This commit is contained in:
parent
67a97f2bc0
commit
ed75c89fd5
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#include <time.h>
|
||||
|
||||
#include "input-timestamps-helper.h"
|
||||
#include "protocol/input-timestamps-unstable-v1-client-protocol.h"
|
||||
#include "input-timestamps-unstable-v1-client-protocol.h"
|
||||
#include "shared/timespec-util.h"
|
||||
#include "shared/zalloc.h"
|
||||
#include "weston-test-client-helper.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue