diff options
Diffstat (limited to 'source/core/StarLruCache.hpp')
-rw-r--r-- | source/core/StarLruCache.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarLruCache.hpp b/source/core/StarLruCache.hpp index a59ed03..c4cde0f 100644 --- a/source/core/StarLruCache.hpp +++ b/source/core/StarLruCache.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LRU_CACHE_HPP -#define STAR_LRU_CACHE_HPP +#pragma once #include "StarOrderedMap.hpp" #include "StarBlockAllocator.hpp" @@ -145,5 +144,3 @@ void LruCacheBase<OrderedMapType>::clear() { } } - -#endif |