test/dbus-device-reservation: fix include path

The extra `../` only works if the build directory is an immediate child of the
source directory. In all the other configurations this breaks the build.

Dropping the extra `../` makes use of the `-I${SOURCE_DIR}` provided by meson.

Signed-off-by: Eric Engestrom <eric@engestrom.ch>
This commit is contained in:
Eric Engestrom 2020-05-08 15:13:20 +02:00
parent 8c209ecf48
commit 80dc7723fc

View file

@ -9,7 +9,7 @@
#include <wp/wp.h>
#include <pipewire/pipewire.h>
#include "../../../modules/module-monitor/dbus-device-reservation.h"
#include "../../modules/module-monitor/dbus-device-reservation.h"
typedef struct {
GTestDBus *dbus_test;