virshCheckpointNameCompleter: Sanitize forward declaration use

Include the proper header instead of duplicating the declaration.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Peter Krempa 2021-09-16 11:11:42 +02:00
parent eba98a1db9
commit 6246bc6601

View File

@ -20,6 +20,7 @@
#pragma once
#include "virsh-completer-checkpoint.h"
#include "virsh-completer-domain.h"
#include "virsh-completer-host.h"
#include "virsh-completer-interface.h"
@ -33,7 +34,3 @@
char ** virshCommaStringListComplete(const char *input,
const char **options);
char ** virshCheckpointNameCompleter(vshControl *ctl,
const vshCmd *cmd,
unsigned int flags);