From b480383d4605915f7b4cd8f14ccf62af9bf710f3 Mon Sep 17 00:00:00 2001 From: Daniel Elstner Date: Sat, 3 Oct 2015 14:28:43 +0200 Subject: tests: Do not reference parent directory in includes Rely on the compiler include path instead. --- tests/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/core.c') diff --git a/tests/core.c b/tests/core.c index 3b26a2e..670d9bd 100644 --- a/tests/core.c +++ b/tests/core.c @@ -19,7 +19,7 @@ */ #include -#include "../libsigrokdecode.h" /* First, to avoid compiler warning. */ +#include /* First, to avoid compiler warning. */ #include #include #include "lib.h" -- cgit v1.2.3-70-g09d2