src/vmx: 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:
parent
e3331f2752
commit
adfe09bc05
@ -19,8 +19,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef LIBVIRT_VMX_H
|
||||
# define LIBVIRT_VMX_H
|
||||
#pragma once
|
||||
|
||||
#include "internal.h"
|
||||
#include "virconf.h"
|
||||
@ -141,5 +140,3 @@ int virVMXFormatParallel(virVMXContext *ctx, virDomainChrDefPtr def,
|
||||
virBufferPtr buffer);
|
||||
|
||||
int virVMXFormatSVGA(virDomainVideoDefPtr def, virBufferPtr buffer);
|
||||
|
||||
#endif /* LIBVIRT_VMX_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user