util: arch.h: 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:12:49 -05:00 committed by Ján Tomko
parent 7987eeaf9c
commit 1a5a5b3d3a

View File

@ -19,8 +19,7 @@
*
*/
#ifndef LIBVIRT_VIRARCH_H
# define LIBVIRT_VIRARCH_H
#pragma once
#include "internal.h"
@ -107,5 +106,3 @@ const char *virArchToString(virArch arch);
virArch virArchFromString(const char *name);
virArch virArchFromHost(void);
#endif /* LIBVIRT_VIRARCH_H */