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:
Jonathon Jongsma
2019-06-18 11:13:15 -05:00
committed by Ján Tomko
parent c35d8a7d5e
commit a325763ff1
25 changed files with 146 additions and 219 deletions

View File

@@ -18,10 +18,9 @@
* <http://www.gnu.org/licenses/>.
*/
#ifndef LIBVIRT_VIRSH_SECRET_H
# define LIBVIRT_VIRSH_SECRET_H
#pragma once
# include "virsh.h"
#include "virsh.h"
struct virshSecretEventCallback {
const char *name;
@@ -32,5 +31,3 @@ typedef struct virshSecretEventCallback virshSecretEventCallback;
extern virshSecretEventCallback virshSecretEventCallbacks[];
extern const vshCmdDef secretCmds[];
#endif /* LIBVIRT_VIRSH_SECRET_H */