Move Types.h into core/inc
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "connectors/Types.h"
|
#include "core/inc/Types.h"
|
||||||
|
|
||||||
namespace MBFT
|
namespace MBFT
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
|
|
||||||
#include "connectors/tgbot-cpp/TgbotCppConnector.h"
|
#include "connectors/tgbot-cpp/TgbotCppConnector.h"
|
||||||
#include "connectors/BotToken.h"
|
#include "connectors/BotToken.h"
|
||||||
#include "connectors/Types.h"
|
|
||||||
|
|
||||||
namespace MBFT
|
namespace MBFT
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -6,10 +6,11 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "connectors/IConnector.h"
|
#include "connectors/IConnector.h"
|
||||||
#include "external/tgbot-cpp/include/tgbot/tgbot.h"
|
#include "core/inc/Types.h"
|
||||||
#include "connectors/Types.h"
|
|
||||||
#include "core/inc/ThreadSafeQueue.h"
|
#include "core/inc/ThreadSafeQueue.h"
|
||||||
|
|
||||||
|
#include "external/tgbot-cpp/include/tgbot/tgbot.h"
|
||||||
|
|
||||||
namespace MBFT
|
namespace MBFT
|
||||||
{
|
{
|
||||||
class TgbotCppConnector : public IConnector
|
class TgbotCppConnector : public IConnector
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
namespace MBFT
|
namespace MBFT
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user