Remove header guards

This commit is contained in:
elasota
2021-05-04 18:26:33 -04:00
parent 65d4784618
commit 0de26b5e71

View File

@@ -1,8 +1,5 @@
#pragma once
#ifndef __PL_MACBINARY2_H__
#define __PL_MACBINARY2_H__
class GpIOStream;
namespace PortabilityLayer
@@ -15,5 +12,3 @@ namespace PortabilityLayer
MacFileMem *ReadBin(GpIOStream *stream);
};
}
#endif