Use #pragma once

This commit is contained in:
Phil Marell
2021-08-05 18:46:36 +10:00
parent 83978d0397
commit 42ec9e3646

View File

@@ -1,6 +1,3 @@
#ifndef MacInit_h
#define MacInit_h
#pragma once
int MacInit(void);
#endif /* MacInit_h */