From f7bd1e8f3a302378687ded559e865c258d441c89 Mon Sep 17 00:00:00 2001 From: Zachary T Welch Date: Thu, 3 Dec 2009 03:46:15 -0800 Subject: change #include "../hello.h" to "hello.h" Before we can -I the top-level src/ directory alone, references to "hello.h" must be updated. This is an internal header, so it does not need angle brackets. --- src/target/testee.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target') diff --git a/src/target/testee.c b/src/target/testee.c index 45273887..991c64e8 100644 --- a/src/target/testee.c +++ b/src/target/testee.c @@ -23,7 +23,7 @@ #include "target.h" #include "target_type.h" #include -#include "../hello.h" +#include "hello.h" static const struct command_registration testee_command_handlers[] = { { -- cgit v1.2.3