Skip to content

Commit

Permalink
Clang-Tidy removed unused include
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Sep 26, 2024
1 parent b8af495 commit 7d0fd76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpr/error.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "cpr/error.h"
#include <cstdint>
#include <curl/curl.h>
#include <curl/curlver.h>

namespace cpr {
ErrorCode Error::getErrorCodeForCurlError(std::int32_t curl_code) {
Expand Down

0 comments on commit 7d0fd76

Please sign in to comment.