diff options
| author | Martin Ridgers <[email protected]> | 2021-10-25 14:40:29 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-25 22:50:44 +0200 |
| commit | 692444c05c994cc27bbe3321a1513b6c0cd32e60 (patch) | |
| tree | 8ea52161ffab485829065ea3d12882982a2e7e94 | |
| parent | Fixed narrowing warning (diff) | |
| download | zen-692444c05c994cc27bbe3321a1513b6c0cd32e60.tar.xz zen-692444c05c994cc27bbe3321a1513b6c0cd32e60.zip | |
Removed unused include
| -rw-r--r-- | zenhttp/include/zenhttp/httpclient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zenhttp/include/zenhttp/httpclient.h b/zenhttp/include/zenhttp/httpclient.h index 9ece86111..8316a9b9f 100644 --- a/zenhttp/include/zenhttp/httpclient.h +++ b/zenhttp/include/zenhttp/httpclient.h @@ -8,8 +8,6 @@ #include <zencore/uid.h> #include <zenhttp/httpcommon.h> -#include <zencore/windows.h> - ZEN_THIRD_PARTY_INCLUDES_START #include <cpr/cpr.h> ZEN_THIRD_PARTY_INCLUDES_END |