From 42ec9e36468eec2bb843811e12833281eaed8fd5 Mon Sep 17 00:00:00 2001 From: Phil Marell Date: Thu, 5 Aug 2021 18:46:36 +1000 Subject: [PATCH] Use #pragma once --- AerofoilMac/AerofoilMac/MacInit.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/AerofoilMac/AerofoilMac/MacInit.h b/AerofoilMac/AerofoilMac/MacInit.h index 9f26d23..de81670 100644 --- a/AerofoilMac/AerofoilMac/MacInit.h +++ b/AerofoilMac/AerofoilMac/MacInit.h @@ -1,6 +1,3 @@ -#ifndef MacInit_h -#define MacInit_h +#pragma once int MacInit(void); - -#endif /* MacInit_h */