Don't include libvirt.h in virt-viewer-auth.h

virt-viewer-auth.h does not use any libvirt types, so the #include is
not needed, and virt-viewer-auth.h is used while building remote-viewer,
which do not use libvirt compilation flags. This caused failures on
a freshly installed box without libvirt headers.
This commit is contained in:
Christophe Fergeau 2016-03-09 16:59:59 +01:00
parent 0ea2a674b8
commit 8ea6a9d923

View File

@ -25,10 +25,6 @@
#include "config.h"
#ifdef HAVE_LIBVIRT
#include <libvirt/libvirt.h>
#endif
#include "virt-viewer-session.h"
#include "virt-viewer-util.h"