mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh-completer: Drop needless #include
Now that there is no code in virsh-completer.c it doesn't make much sense to keep those #include-s around. Delete them. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Jonathon Jongsma <jjongsma@redhat.com>
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "vsh.h"
|
||||
|
||||
#include "virsh-completer-domain.h"
|
||||
#include "virsh-completer-host.h"
|
||||
#include "virsh-completer-interface.h"
|
||||
|
||||
Reference in New Issue
Block a user