diff --git a/src/http_build_query.cc b/src/http_build_query.cc index 31ce252..51ed26b 100644 --- a/src/http_build_query.cc +++ b/src/http_build_query.cc @@ -1,4 +1,4 @@ -#include "Telegram/http_build_query.h" +#include "http_build_query.h" std::string http_build_query(std::map data) { diff --git a/include/Telegram/http_build_query.h b/src/http_build_query.h similarity index 100% rename from include/Telegram/http_build_query.h rename to src/http_build_query.h diff --git a/src/json_encode.cc b/src/json_encode.cc index c89d0ed..2b12a9f 100644 --- a/src/json_encode.cc +++ b/src/json_encode.cc @@ -1,4 +1,4 @@ -#include "Telegram/json_encode.h" +#include "json_encode.h" std::string json_encode(std::map parameters) { diff --git a/include/Telegram/json_encode.h b/src/json_encode.h similarity index 100% rename from include/Telegram/json_encode.h rename to src/json_encode.h diff --git a/src/std.cc b/src/std.cc index 22aaba7..7a94401 100644 --- a/src/std.cc +++ b/src/std.cc @@ -1,4 +1,4 @@ -#include "Telegram/std.h" +#include "std.h" #include #include diff --git a/include/Telegram/std.h b/src/std.h similarity index 100% rename from include/Telegram/std.h rename to src/std.h