diff mbox series

[5/6] node_device_hal.h: Use #pragma once

Message ID c0a4ca4ab946de57dcdcfd8eb36a83a5a84ee33d.1554328223.git.crobinso@redhat.com
State Accepted
Commit ba32be8467dc7c7eef8415cbb00dcc723b9191cf
Headers show
Series Some '#pragma once' conversions | expand

Commit Message

Cole Robinson April 3, 2019, 9:52 p.m. UTC
Signed-off-by: Cole Robinson <crobinso@redhat.com>

---
 src/node_device/node_device_hal.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
diff mbox series

Patch

diff --git a/src/node_device/node_device_hal.h b/src/node_device/node_device_hal.h
index ffcf0c84e6..5e9c25ae34 100644
--- a/src/node_device/node_device_hal.h
+++ b/src/node_device/node_device_hal.h
@@ -19,7 +19,4 @@ 
  *
  */
 
-#ifndef LIBVIRT_NODE_DEVICE_HAL_H
-# define LIBVIRT_NODE_DEVICE_HAL_H
-
-#endif /* LIBVIRT_NODE_DEVICE_HAL_H */
+#pragma once