Convert to pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef WRAP_STRING_HPP
|
||||
#define WRAP_STRING_HPP
|
||||
#pragma once
|
||||
|
||||
#include "eng-malloc.hpp"
|
||||
#include <string>
|
||||
@@ -11,5 +10,3 @@ using string = basic_string<char>;
|
||||
using u32string = basic_string<char32_t>;
|
||||
using u16string = basic_string<char16_t>;
|
||||
} // namespace eng
|
||||
|
||||
#endif // WRAP_STRING_HPP
|
||||
|
||||
Reference in New Issue
Block a user