Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 26, 2023
1 parent adf8a11 commit 100e0fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cpr/multiperform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "cpr/response.h"
#include "cpr/session.h"
#include <algorithm>
#include <cstddef>
#include <curl/curl.h>
#include <curl/multi.h>
#include <functional>
Expand Down
2 changes: 1 addition & 1 deletion cpr/ssl_ctx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
#ifdef OPENSSL_BACKEND_USED

#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/ssl.h>
#include <openssl/types.h>
#include <openssl/x509.h>
#include <openssl/x509_vfy.h>

Expand Down

0 comments on commit 100e0fa

Please sign in to comment.