diff options
| author | Martin Ridgers <[email protected]> | 2022-01-07 15:49:25 +0100 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2022-01-07 15:55:12 +0100 |
| commit | 90cb5acf2eb56127b6dade97d754a64f023e119c (patch) | |
| tree | 47e81911157f0c1a188e8e6d11487980e6311b07 /zenhttp/httpasio.cpp | |
| parent | Some C++ libs do not implement string_view(iter, iter) ctor yet (diff) | |
| download | zen-90cb5acf2eb56127b6dade97d754a64f023e119c.tar.xz zen-90cb5acf2eb56127b6dade97d754a64f023e119c.zip | |
Removed unused include
Diffstat (limited to 'zenhttp/httpasio.cpp')
| -rw-r--r-- | zenhttp/httpasio.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zenhttp/httpasio.cpp b/zenhttp/httpasio.cpp index e1d417d06..9aa40e377 100644 --- a/zenhttp/httpasio.cpp +++ b/zenhttp/httpasio.cpp @@ -7,7 +7,6 @@ #include <deque> #include <memory> -#include <memory_resource> ZEN_THIRD_PARTY_INCLUDES_START #if ZEN_PLATFORM_WINDOWS |