summaryrefslogtreecommitdiff
path: root/src/Api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Api.cpp')
-rw-r--r--src/Api.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Api.cpp b/src/Api.cpp
index 4700281..6e01807 100644
--- a/src/Api.cpp
+++ b/src/Api.cpp
@@ -1,15 +1,15 @@
#include "tgbot/Api.h"
-#include <cstdint>
-#include <string>
-#include <vector>
-#include <utility>
-
#include "tgbot/tools/StringTools.h"
#include "tgbot/TgException.h"
#include "tgbot/TgTypeParser.h"
+#include <cstdint>
+#include <string>
+#include <vector>
+#include <utility>
+
using namespace std;
using namespace boost::property_tree;