From 7d0c966278d9f8645b468dab2559b78cdbc99302 Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 18 Jun 2019 11:12:36 -0500 Subject: [PATCH] src/phyp: use #pragma once in headers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathon Jongsma Reviewed-by: Ján Tomko Signed-off-by: Ján Tomko --- 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 @@ * . */ -#ifndef LIBVIRT_PHYP_DRIVER_H -# define LIBVIRT_PHYP_DRIVER_H +#pragma once int phypRegister(void); - -#endif /* LIBVIRT_PHYP_DRIVER_H */ -- 2.47.2