mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 13:34:45 -05:00
tools: use #pragma once in headers
Signed-off-by: Jonathon Jongsma <jjongsma@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
committed by
Ján Tomko
parent
c35d8a7d5e
commit
a325763ff1
+4
-7
@@ -18,13 +18,12 @@
|
||||
* <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef LIBVIRT_VIRT_ADMIN_H
|
||||
# define LIBVIRT_VIRT_ADMIN_H
|
||||
#pragma once
|
||||
|
||||
# include "internal.h"
|
||||
# include "vsh.h"
|
||||
#include "internal.h"
|
||||
#include "vsh.h"
|
||||
|
||||
# define VIR_FROM_THIS VIR_FROM_NONE
|
||||
#define VIR_FROM_THIS VIR_FROM_NONE
|
||||
|
||||
/*
|
||||
* Command group types
|
||||
@@ -40,5 +39,3 @@ struct _vshAdmControl {
|
||||
virAdmConnectPtr conn; /* connection to a daemon's admin server */
|
||||
bool wantReconnect;
|
||||
};
|
||||
|
||||
#endif /* LIBVIRT_VIRT_ADMIN_H */
|
||||
|
||||
Reference in New Issue
Block a user