Remove excluded config.hpp

This commit is contained in:
rexy712 2021-04-11 18:28:53 -07:00
parent 80736e169b
commit fb90e958c1
4 changed files with 0 additions and 4 deletions

View File

@ -24,7 +24,6 @@
#include <utility> //forward #include <utility> //forward
#include <string> #include <string>
#include "config.hpp"
#include "string.hpp" #include "string.hpp"
#include "curl_header_list.hpp" #include "curl_header_list.hpp"

View File

@ -19,7 +19,6 @@
#ifndef RCW_STRING_HPP #ifndef RCW_STRING_HPP
#define RCW_STRING_HPP #define RCW_STRING_HPP
#include "config.hpp"
#include <rexy/string.hpp> #include <rexy/string.hpp>
namespace rcw{ namespace rcw{

View File

@ -22,7 +22,6 @@
#include <cstring> //strlen #include <cstring> //strlen
#include <string> #include <string>
#include "config.hpp"
#include "string.hpp" #include "string.hpp"
namespace rcw{ namespace rcw{

View File

@ -18,7 +18,6 @@
#include "sync.hpp" #include "sync.hpp"
#include "config.hpp"
#include "curl_header_list.hpp" #include "curl_header_list.hpp"
#include <curl/curl.h> #include <curl/curl.h>
#include <cstdlib> //size_t #include <cstdlib> //size_t