From ed75c89fd570a587010b1dbbb2c0a466821ddd06 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Sun, 9 Dec 2018 14:49:07 +0200 Subject: [PATCH] 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 Extracted from the patch adding the Meson build system. Signed-off-by: Pekka Paalanen --- tests/input-timestamps-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/input-timestamps-helper.c b/tests/input-timestamps-helper.c index 9e90fc07..3dd8805f 100644 --- a/tests/input-timestamps-helper.c +++ b/tests/input-timestamps-helper.c @@ -31,7 +31,7 @@ #include #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"