- Fixed header include guards
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
// =====================================================================================================================
|
||||
|
||||
#ifndef FENNEC_TEST_LANGPROC_IO_H
|
||||
#define FENNEC_TEST_LANGPROC_IO_H
|
||||
#ifndef FENNEC_TEST_FILESYSTEM_H
|
||||
#define FENNEC_TEST_FILESYSTEM_H
|
||||
|
||||
#include "../test.h"
|
||||
|
||||
@@ -89,4 +89,4 @@ namespace fennec::test
|
||||
|
||||
}
|
||||
|
||||
#endif // FENNEC_TEST_LANGPROC_IO_H
|
||||
#endif // FENNEC_TEST_FILESYSTEM_H
|
||||
|
||||
Reference in New Issue
Block a user