From 9ff99418361cd1b56b00e4ffef52444021e60c72 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 3 Nov 2010 12:52:24 +0000 Subject: daemon: Don't use ../src path to include generator_protocol.h This file is already hard-linked into the current directory, so the relative path is not required. --- daemon/df.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemon/df.c') diff --git a/daemon/df.c b/daemon/df.c index cce41a0e..a1ec706d 100644 --- a/daemon/df.c +++ b/daemon/df.c @@ -23,7 +23,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" -- cgit