We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40451d3 commit b9174e0Copy full SHA for b9174e0
1 file changed
main.cpp
@@ -1,12 +1,14 @@
1
-#include "bot_easy_api.h"
2
-#include "writefn_data.h"
3
-
4
#include <vector>
5
-#include <algorithm>
6
#include <memory>
7
#include <fstream>
+#include <algorithm>
+
8
#include <signal.h>
9
+// tgbotlib
+#include "bot_easy_api.h"
10
+#include "writefn_data.h"
11
12
#include "json.hpp"
13
#include "botkey.h"
14
#include "const_str.h"
0 commit comments