Skip to content

Commit

Permalink
Clang tidy the second
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 24, 2023
1 parent c02196f commit 2db5f77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cpr/callback.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "cpr/callback.h"
#include <curl/curl.h>
#include "cpr/cprtypes.h"
#include <functional>

namespace cpr {
Expand Down
2 changes: 2 additions & 0 deletions cpr/cert_info.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#include "cpr/cert_info.h"
#include <cstddef>
#include <string>

namespace cpr {

Expand Down
3 changes: 3 additions & 0 deletions cpr/cookies.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include "cpr/cookies.h"
#include <chrono>
#include <ctime>
#include <iomanip>
#include <sstream>
#include <string>

namespace cpr {
const std::string Cookie::GetDomain() const {
Expand Down

0 comments on commit 2db5f77

Please sign in to comment.