Convert to pragma once
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user