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

Authored and Committed by teuf 8 years ago
    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.
    
        
file modified
+0 -4