From cbad699ffe1ba838c82157638dca220911a4f432 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 11 May 2007 12:28:10 +0000 Subject: [PATCH] Thu May 11 13:23:00 BST 2007 Richard W.M. Jones * .cvsignore, qemud/uuid.c: Add some generated files to .cvsignore. Remove an unused #include from uuid.c. --- .cvsignore | 5 +++++ ChangeLog | 5 +++++ qemud/uuid.c | 1 - 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.cvsignore b/.cvsignore index 1cd172b8c6..90819147fd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -28,3 +28,8 @@ mkinstalldirs coverage results.log libvirt-*.tar.gz +INSTALL +compile +depcomp +install-sh +missing diff --git a/ChangeLog b/ChangeLog index b5c2c1c32c..cfee870e54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu May 11 13:23:00 BST 2007 Richard W.M. Jones + + * .cvsignore, qemud/uuid.c: Add some generated files to .cvsignore. + Remove an unused #include from uuid.c. + Thu May 10 17:00:00 BST 2007 Richard W.M. Jones * docs/libvir.html, docs/libvirt.css, docs/remote.html: diff --git a/qemud/uuid.c b/qemud/uuid.c index 2e87f88dc8..8b19512caf 100644 --- a/qemud/uuid.c +++ b/qemud/uuid.c @@ -32,7 +32,6 @@ #include #include -#include "protocol.h" #include "internal.h" static int -- GitLab