summaryrefslogtreecommitdiff
path: root/src/Api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Api.cpp')
-rw-r--r--src/Api.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Api.cpp b/src/Api.cpp
index c1b112c..0f443b3 100644
--- a/src/Api.cpp
+++ b/src/Api.cpp
@@ -1,12 +1,12 @@
#include "tgbot/Api.h"
-#include <cstdint>
#include <tgbot/tools/StringTools.h>
-#include <utility>
-
#include "tgbot/TgException.h"
#include "tgbot/TgTypeParser.h"
+#include <cstdint>
+#include <utility>
+
using namespace std;
using namespace boost::property_tree;