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.
This commit is contained in:
Richard W.M. Jones
2010-11-03 12:52:24 +00:00
parent c5a6584c4f
commit 9ff9941836
34 changed files with 35 additions and 35 deletions

View File

@@ -26,7 +26,7 @@
#include <fcntl.h>
#include <unistd.h>
#include "../src/guestfs_protocol.h"
#include "guestfs_protocol.h"
#include "daemon.h"
#include "actions.h"