]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
node_device_hal.h: Use #pragma once
authorCole Robinson <crobinso@redhat.com>
Wed, 3 Apr 2019 17:30:14 +0000 (13:30 -0400)
committerCole Robinson <crobinso@redhat.com>
Thu, 4 Apr 2019 22:42:10 +0000 (18:42 -0400)
Acked-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Cole Robinson <crobinso@redhat.com>
src/node_device/node_device_hal.h

index ffcf0c84e6713bda5916b2ebf06436e48459b29d..5e9c25ae343cb17928317b75db22cf5ef8932faa 100644 (file)
@@ -19,7 +19,4 @@
  *
  */
 
-#ifndef LIBVIRT_NODE_DEVICE_HAL_H
-# define LIBVIRT_NODE_DEVICE_HAL_H
-
-#endif /* LIBVIRT_NODE_DEVICE_HAL_H */
+#pragma once