mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-14 12:09:36 +00:00
Remove header guards
This commit is contained in:
@@ -1,8 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#ifndef __PL_MACBINARY2_H__
|
|
||||||
#define __PL_MACBINARY2_H__
|
|
||||||
|
|
||||||
class GpIOStream;
|
class GpIOStream;
|
||||||
|
|
||||||
namespace PortabilityLayer
|
namespace PortabilityLayer
|
||||||
@@ -15,5 +12,3 @@ namespace PortabilityLayer
|
|||||||
MacFileMem *ReadBin(GpIOStream *stream);
|
MacFileMem *ReadBin(GpIOStream *stream);
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|||||||
Reference in New Issue
Block a user