Moved internal header files to src dir
This commit is contained in:
parent
a95ada30db
commit
cd025433d3
@ -1,4 +1,4 @@
|
|||||||
#include "Telegram/http_build_query.h"
|
#include "http_build_query.h"
|
||||||
|
|
||||||
std::string http_build_query(std::map<std::string, std::string> data) {
|
std::string http_build_query(std::map<std::string, std::string> data) {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "Telegram/json_encode.h"
|
#include "json_encode.h"
|
||||||
|
|
||||||
std::string json_encode(std::map<std::string, std::string> parameters) {
|
std::string json_encode(std::map<std::string, std::string> parameters) {
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#include "Telegram/std.h"
|
#include "std.h"
|
||||||
|
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user