diff options
| author | Martin Ridgers <[email protected]> | 2022-01-10 12:20:12 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-10 13:22:28 +0100 |
| commit | bc57f3cd904721d7a179da0ce73ab6b7d3d6a670 (patch) | |
| tree | 5799c0610ad36b917d6aa2e46012a549f4ed661c /zenserver/cache/structuredcachestore.cpp | |
| parent | Fixed fmt::format() undefined-user-type error (diff) | |
| download | zen-bc57f3cd904721d7a179da0ce73ab6b7d3d6a670.tar.xz zen-bc57f3cd904721d7a179da0ce73ab6b7d3d6a670.zip | |
Deleted two unused include statements
Diffstat (limited to 'zenserver/cache/structuredcachestore.cpp')
| -rw-r--r-- | zenserver/cache/structuredcachestore.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zenserver/cache/structuredcachestore.cpp b/zenserver/cache/structuredcachestore.cpp index 4dd2f4264..68b7e2a48 100644 --- a/zenserver/cache/structuredcachestore.cpp +++ b/zenserver/cache/structuredcachestore.cpp @@ -26,8 +26,6 @@ #endif #include <concepts> -#include <memory_resource> -#include <ranges> ZEN_THIRD_PARTY_INCLUDES_START #include <fmt/core.h> |