Moved include files, changed include directives
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include <json/json.h>
|
||||
#include <string>
|
||||
|
||||
#include "PhotoSize.h"
|
||||
#include <Telegram/PhotoSize.h>
|
||||
|
||||
namespace Telegram {
|
||||
|
||||
@@ -6,18 +6,18 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
#include "Audio.h"
|
||||
#include "Chat.h"
|
||||
#include "Contact.h"
|
||||
#include "Document.h"
|
||||
#include "Location.h"
|
||||
#include "MessageEntity.h"
|
||||
#include "PhotoSize.h"
|
||||
#include "Sticker.h"
|
||||
#include "User.h"
|
||||
#include "Venue.h"
|
||||
#include "Video.h"
|
||||
#include "Voice.h"
|
||||
#include <Telegram/Audio.h>
|
||||
#include <Telegram/Chat.h>
|
||||
#include <Telegram/Contact.h>
|
||||
#include <Telegram/Document.h>
|
||||
#include <Telegram/Location.h>
|
||||
#include <Telegram/MessageEntity.h>
|
||||
#include <Telegram/PhotoSize.h>
|
||||
#include <Telegram/Sticker.h>
|
||||
#include <Telegram/User.h>
|
||||
#include <Telegram/Venue.h>
|
||||
#include <Telegram/Video.h>
|
||||
#include <Telegram/Voice.h>
|
||||
|
||||
namespace Telegram {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <json/json.h>
|
||||
#include <string>
|
||||
|
||||
#include "PhotoSize.h"
|
||||
#include <Telegram/PhotoSize.h>
|
||||
|
||||
namespace Telegram {
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
#include <curl/curl.h>
|
||||
#include <json/json.h>
|
||||
|
||||
#include "Message.h"
|
||||
#include <Telegram/Message.h>
|
||||
|
||||
namespace Telegram {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "Location.h"
|
||||
#include <Telegram/Location.h>
|
||||
|
||||
namespace Telegram {
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include <json/json.h>
|
||||
#include <string>
|
||||
|
||||
#include "PhotoSize.h"
|
||||
#include <Telegram/PhotoSize.h>
|
||||
|
||||
namespace Telegram {
|
||||
|
||||
Reference in New Issue
Block a user