[libvirt] [PATCH 06/46] src/phyp: use #pragma once in headers

Jonathon Jongsma jjongsma at redhat.com
Tue Jun 18 16:12:36 UTC 2019


Signed-off-by: Jonathon Jongsma <jjongsma at redhat.com>
---
 src/phyp/phyp_driver.h | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/phyp/phyp_driver.h b/src/phyp/phyp_driver.h
index 52a5d2bd17..d7076e3697 100644
--- a/src/phyp/phyp_driver.h
+++ b/src/phyp/phyp_driver.h
@@ -19,9 +19,6 @@
  * <http://www.gnu.org/licenses/>.
  */
 
-#ifndef LIBVIRT_PHYP_DRIVER_H
-# define LIBVIRT_PHYP_DRIVER_H
+#pragma once
 
 int phypRegister(void);
-
-#endif /* LIBVIRT_PHYP_DRIVER_H */
-- 
2.20.1




More information about the libvir-list mailing list