From fb90e958c157f4b45ae2283ba03021c9117b246e Mon Sep 17 00:00:00 2001 From: rexy712 Date: Sun, 11 Apr 2021 18:28:53 -0700 Subject: [PATCH] Remove excluded config.hpp --- include/curl_easy_handle.hpp | 1 - include/string.hpp | 1 - src/curl_easy_handle.cpp | 1 - src/sync.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/include/curl_easy_handle.hpp b/include/curl_easy_handle.hpp index a623cf5..5ece5d1 100644 --- a/include/curl_easy_handle.hpp +++ b/include/curl_easy_handle.hpp @@ -24,7 +24,6 @@ #include //forward #include -#include "config.hpp" #include "string.hpp" #include "curl_header_list.hpp" diff --git a/include/string.hpp b/include/string.hpp index 3be7b35..5758611 100644 --- a/include/string.hpp +++ b/include/string.hpp @@ -19,7 +19,6 @@ #ifndef RCW_STRING_HPP #define RCW_STRING_HPP -#include "config.hpp" #include namespace rcw{ diff --git a/src/curl_easy_handle.cpp b/src/curl_easy_handle.cpp index 6530cdc..26f63c7 100644 --- a/src/curl_easy_handle.cpp +++ b/src/curl_easy_handle.cpp @@ -22,7 +22,6 @@ #include //strlen #include -#include "config.hpp" #include "string.hpp" namespace rcw{ diff --git a/src/sync.cpp b/src/sync.cpp index ea97112..51fefdd 100644 --- a/src/sync.cpp +++ b/src/sync.cpp @@ -18,7 +18,6 @@ #include "sync.hpp" -#include "config.hpp" #include "curl_header_list.hpp" #include #include //size_t