Convert to pragma once

This commit is contained in:
2026-02-25 01:58:19 -05:00
parent adead5149e
commit 4b81a0768a
35 changed files with 35 additions and 141 deletions

View File

@@ -59,8 +59,7 @@
// data goes into the malloc heap. By the way, eng::ostringstream uses
// the eng::malloc heap.
//
#ifndef ENG_MALLOC_HPP
#define ENG_MALLOC_HPP
#pragma once
#include <cstddef>
#include <memory>
@@ -207,5 +206,3 @@ namespace eng {
}
} // namespace eng
#endif // ENG_MALLOC_HPP