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

@@ -1,5 +1,4 @@
#ifndef WRAP_BYTELL_HASH_MAP_HPP
#define WRAP_BYTELL_HASH_MAP_HPP
#pragma once
#include "eng-malloc.hpp"
#include "bytell-hash-map.hpp"
@@ -10,5 +9,3 @@ class bytell_hash_map : public ska::bytell_hash_map<K, V, H, E, eng::allocator<s
using ska::bytell_hash_map<K, V, H, E, eng::allocator<std::pair<const K, V>>>::bytell_hash_map;
};
} // namespace eng
#endif // WRAP_BYTELL_HASH_MAP_HPP