mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-18 10:35:20 +00: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:
parent
b6ea5fc2e9
commit
37dbf05f28
@ -21,21 +21,8 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "virsh-completer.h"
|
#include "virsh-completer.h"
|
||||||
#include "virsh-domain.h"
|
|
||||||
#include "virsh.h"
|
|
||||||
#include "virsh-pool.h"
|
|
||||||
#include "virsh-nodedev.h"
|
|
||||||
#include "virsh-util.h"
|
|
||||||
#include "virsh-secret.h"
|
|
||||||
#include "virsh-network.h"
|
|
||||||
#include "internal.h"
|
|
||||||
#include "virutil.h"
|
|
||||||
#include "viralloc.h"
|
#include "viralloc.h"
|
||||||
#include "virmacaddr.h"
|
|
||||||
#include "virstring.h"
|
#include "virstring.h"
|
||||||
#include "virxml.h"
|
|
||||||
#include "conf/node_device_conf.h"
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A completer callback is a function that accepts three arguments:
|
* A completer callback is a function that accepts three arguments:
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "vsh.h"
|
|
||||||
|
|
||||||
#include "virsh-completer-domain.h"
|
#include "virsh-completer-domain.h"
|
||||||
#include "virsh-completer-host.h"
|
#include "virsh-completer-host.h"
|
||||||
#include "virsh-completer-interface.h"
|
#include "virsh-completer-interface.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user