Skip to content

Commit

Permalink
tg_cpphost: Purge some unused header includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Oct 17, 2023
1 parent 7df9e0e commit 49a33ee
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions src/CompilerInTelegram.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
#include <CompilerInTelegram.h>
#include <ExtArgs.h>
#include <NamespaceImport.h>
#include <fcntl.h>
#include <unistd.h>
#include <utils/libutils.h>

#include <chrono>
Expand Down
2 changes: 0 additions & 2 deletions src/Database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
#include <Database.h>
#include <utils/libutils.h>

#include <type_traits>

namespace database {

DatabaseWrapper db(getSrcRoot() + "/tgbot.pb");
Expand Down
6 changes: 0 additions & 6 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#include <fcntl.h>
#include <tgbot/tgbot.h>
#include <unistd.h>

#include <algorithm>
#include <atomic>
#include <cctype>
#include <chrono>
#include <cmath>
Expand All @@ -12,16 +9,13 @@
#include <exception>
#include <fstream>
#include <functional>
#include <iomanip>
#include <iostream>
#include <map>
#include <memory>
#include <mutex>
#include <random>
#include <sstream>
#include <string>
#include <thread>
#include <type_traits>
#include <unordered_map>
#include <vector>

Expand Down

0 comments on commit 49a33ee

Please sign in to comment.