From cbd823aa2154a956e7da4319eecbf7afc10441ae Mon Sep 17 00:00:00 2001 From: untodesu Date: Thu, 11 Sep 2025 15:47:37 +0500 Subject: Remove include guards --- core/io/buffer.hh | 5 ----- 1 file changed, 5 deletions(-) (limited to 'core/io/buffer.hh') diff --git a/core/io/buffer.hh b/core/io/buffer.hh index c301204..96a37b1 100644 --- a/core/io/buffer.hh +++ b/core/io/buffer.hh @@ -1,6 +1,3 @@ -#ifndef CORE_IO_BUFFER_HH -#define CORE_IO_BUFFER_HH 1 - namespace io { class ReadBuffer final { @@ -89,5 +86,3 @@ io::WriteBuffer& io::WriteBuffer::operator<<(const T value) write(value); return *this; } - -#endif // CORE_BUFFER_HH -- cgit