diff options
| author | Stefan Boberg <[email protected]> | 2021-09-27 13:12:58 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-27 13:12:58 +0200 |
| commit | 43e4320ae1e760d8a30ea36f3ea22e4589d481c2 (patch) | |
| tree | 8f86d5849900834125c0d9de13c3aedbd8fa2079 /zenhttp/httpsys.h | |
| parent | httpsys: added `if constexpr` to silence compiler warning on Windows (diff) | |
| download | zen-43e4320ae1e760d8a30ea36f3ea22e4589d481c2.tar.xz zen-43e4320ae1e760d8a30ea36f3ea22e4589d481c2.zip | |
httpsys: remove atl #include which is no longer needed
Diffstat (limited to 'zenhttp/httpsys.h')
| -rw-r--r-- | zenhttp/httpsys.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zenhttp/httpsys.h b/zenhttp/httpsys.h index 2e51c538f..a8395b283 100644 --- a/zenhttp/httpsys.h +++ b/zenhttp/httpsys.h @@ -17,7 +17,6 @@ # include <zencore/windows.h> # include "iothreadpool.h" -# include <atlbase.h> # include <http.h> namespace spdlog { |