Skip to content

Commit b9174e0

Browse files
authored
main: partial #includes ordering
1 parent 40451d3 commit b9174e0

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

main.cpp

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1-
#include "bot_easy_api.h"
2-
#include "writefn_data.h"
3-
41
#include <vector>
5-
#include <algorithm>
62
#include <memory>
73
#include <fstream>
4+
#include <algorithm>
5+
86
#include <signal.h>
97

8+
// tgbotlib
9+
#include "bot_easy_api.h"
10+
#include "writefn_data.h"
11+
1012
#include "json.hpp"
1113
#include "botkey.h"
1214
#include "const_str.h"

0 commit comments

Comments
 (0)