Remove mistaken includes for gnutls

This commit is contained in:
Daniel P. Berrange 2007-02-16 15:44:08 +00:00
parent fb387cbe27
commit 9d0fa40919
3 changed files with 5 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Fri Feb 16 10:36:24 EST 2007 Daniel P. Berrange <berrange@redhat.com>
* qemud/internal.h, qemud/qemud.c, libvirt.spec.in: Remove
mistaken references to gnutls.
Thu Feb 15 19:07:24 IST 2007 Mark McLoughlin <markmc@redhat.com>
* qemud/conf.c: fix <interface type='network'> output

View File

@ -27,7 +27,6 @@
#include <sys/socket.h>
#include <netinet/in.h>
#include <gnutls/gnutls.h>
#include "protocol.h"
#include "bridge.h"

View File

@ -44,8 +44,6 @@
#include <libvirt/virterror.h>
#include <gnutls/x509.h>
#include "internal.h"
#include "dispatch.h"
#include "driver.h"