diff --git a/daemon/available.c b/daemon/available.c index 2a30cadfc..17ce1b13f 100644 --- a/daemon/available.c +++ b/daemon/available.c @@ -22,7 +22,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/base64.c b/daemon/base64.c index 1d2d1d0f2..7e07a6ad9 100644 --- a/daemon/base64.c +++ b/daemon/base64.c @@ -23,7 +23,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/checksum.c b/daemon/checksum.c index e12a8a899..7967f0c0c 100644 --- a/daemon/checksum.c +++ b/daemon/checksum.c @@ -25,7 +25,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/command.c b/daemon/command.c index 48bed2de0..8ad5db5cc 100644 --- a/daemon/command.c +++ b/daemon/command.c @@ -22,7 +22,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/daemon.h b/daemon/daemon.h index e4e715973..6e9788a32 100644 --- a/daemon/daemon.h +++ b/daemon/daemon.h @@ -28,7 +28,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" /*-- in guestfsd.c --*/ extern int verbose; diff --git a/daemon/dd.c b/daemon/dd.c index c004d9284..f08eb36e1 100644 --- a/daemon/dd.c +++ b/daemon/dd.c @@ -23,7 +23,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/debug.c b/daemon/debug.c index b6d9f686d..091e7410a 100644 --- a/daemon/debug.c +++ b/daemon/debug.c @@ -28,7 +28,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/df.c b/daemon/df.c index cce41a0eb..a1ec706df 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" diff --git a/daemon/dir.c b/daemon/dir.c index bc54d518a..383acd201 100644 --- a/daemon/dir.c +++ b/daemon/dir.c @@ -25,7 +25,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/du.c b/daemon/du.c index 942a699a5..7cf2f4a68 100644 --- a/daemon/du.c +++ b/daemon/du.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/ext2.c b/daemon/ext2.c index b7ce627e3..725352e3f 100644 --- a/daemon/ext2.c +++ b/daemon/ext2.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "c-ctype.h" #include "actions.h" diff --git a/daemon/file.c b/daemon/file.c index c16a00a28..e3a3c30f4 100644 --- a/daemon/file.c +++ b/daemon/file.c @@ -25,7 +25,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/fill.c b/daemon/fill.c index 8686226f4..d78e6eeb8 100644 --- a/daemon/fill.c +++ b/daemon/fill.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/find.c b/daemon/find.c index 535e46f6d..626017d17 100644 --- a/daemon/find.c +++ b/daemon/find.c @@ -26,7 +26,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/grep.c b/daemon/grep.c index 73e58dd38..09683ef82 100644 --- a/daemon/grep.c +++ b/daemon/grep.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/headtail.c b/daemon/headtail.c index 164f2b63a..528cc0909 100644 --- a/daemon/headtail.c +++ b/daemon/headtail.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/initrd.c b/daemon/initrd.c index 932564b80..3c960b2f6 100644 --- a/daemon/initrd.c +++ b/daemon/initrd.c @@ -26,7 +26,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/inotify.c b/daemon/inotify.c index d5a5a73ef..807fb2f59 100644 --- a/daemon/inotify.c +++ b/daemon/inotify.c @@ -28,7 +28,7 @@ #include #endif -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/is.c b/daemon/is.c index 4a834f49c..6f35489f6 100644 --- a/daemon/is.c +++ b/daemon/is.c @@ -25,7 +25,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/mknod.c b/daemon/mknod.c index 2458a8514..ee2d1ffa1 100644 --- a/daemon/mknod.c +++ b/daemon/mknod.c @@ -26,7 +26,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/proto.c b/daemon/proto.c index 02ee6925f..f3b1fc0e5 100644 --- a/daemon/proto.c +++ b/daemon/proto.c @@ -38,7 +38,7 @@ #include "ignore-value.h" #include "daemon.h" -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" /* The message currently being processed. */ int proc_nr; diff --git a/daemon/selinux.c b/daemon/selinux.c index e49e657bd..0bf6fd238 100644 --- a/daemon/selinux.c +++ b/daemon/selinux.c @@ -26,7 +26,7 @@ #include #endif -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/sleep.c b/daemon/sleep.c index 3b5d395d5..6e133bd3b 100644 --- a/daemon/sleep.c +++ b/daemon/sleep.c @@ -22,7 +22,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/stat.c b/daemon/stat.c index 0b3be4d9d..e24532343 100644 --- a/daemon/stat.c +++ b/daemon/stat.c @@ -26,7 +26,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/statvfs.c b/daemon/statvfs.c index cf37b96f2..e5118e4ba 100644 --- a/daemon/statvfs.c +++ b/daemon/statvfs.c @@ -36,7 +36,7 @@ #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/swap.c b/daemon/swap.c index 5de6ba61c..907781449 100644 --- a/daemon/swap.c +++ b/daemon/swap.c @@ -23,7 +23,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/tar.c b/daemon/tar.c index ce3ca7862..072a56693 100644 --- a/daemon/tar.c +++ b/daemon/tar.c @@ -25,7 +25,7 @@ #include "read-file.h" -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/daemon/truncate.c b/daemon/truncate.c index c2da38281..2cc21b45e 100644 --- a/daemon/truncate.c +++ b/daemon/truncate.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/umask.c b/daemon/umask.c index db4a2f2ff..1563c52e4 100644 --- a/daemon/umask.c +++ b/daemon/umask.c @@ -26,7 +26,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/upload.c b/daemon/upload.c index 623ad3a17..c026af8c5 100644 --- a/daemon/upload.c +++ b/daemon/upload.c @@ -27,7 +27,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/utimens.c b/daemon/utimens.c index e836b4e4b..1da2169ff 100644 --- a/daemon/utimens.c +++ b/daemon/utimens.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/wc.c b/daemon/wc.c index 43e28e0fb..397d90caf 100644 --- a/daemon/wc.c +++ b/daemon/wc.c @@ -24,7 +24,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" diff --git a/daemon/xattr.c b/daemon/xattr.c index 6d356faa9..a5169cfba 100644 --- a/daemon/xattr.c +++ b/daemon/xattr.c @@ -21,7 +21,7 @@ #include #include -#include "../src/guestfs_protocol.h" +#include "guestfs_protocol.h" #include "daemon.h" #include "actions.h" #include "optgroups.h" diff --git a/generator/generator_daemon.ml b/generator/generator_daemon.ml index 9d9fb0c13..df9f965a7 100644 --- a/generator/generator_daemon.ml +++ b/generator/generator_daemon.ml @@ -33,7 +33,7 @@ open Generator_c let generate_daemon_actions_h () = generate_header CStyle GPLv2plus; - pr "#include \"../src/guestfs_protocol.h\"\n"; + pr "#include \"guestfs_protocol.h\"\n"; pr "\n"; List.iter ( @@ -58,7 +58,7 @@ and generate_daemon_actions () = pr "\n"; pr "#include \"daemon.h\"\n"; pr "#include \"c-ctype.h\"\n"; - pr "#include \"../src/guestfs_protocol.h\"\n"; + pr "#include \"guestfs_protocol.h\"\n"; pr "#include \"actions.h\"\n"; pr "\n";