Skip to content

Commit

Permalink
refactor: ♻️ remove unused util header
Browse files Browse the repository at this point in the history
  • Loading branch information
Xminent committed Jan 22, 2024
1 parent 088c256 commit bee2d28
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion commands/Fun/countdown.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <saber/saber.hpp>
#include <saber/util.hpp>

using namespace saber;

Expand Down
1 change: 0 additions & 1 deletion commands/Fun/css.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <saber/saber.hpp>
#include <saber/util.hpp>

using namespace saber;

Expand Down
1 change: 0 additions & 1 deletion commands/Fun/meme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <ekizu/http.hpp>
#include <nlohmann/json.hpp>
#include <saber/saber.hpp>
#include <saber/util.hpp>

using namespace saber;

Expand Down
1 change: 0 additions & 1 deletion commands/Fun/ping.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <saber/saber.hpp>
#include <saber/util.hpp>

using namespace saber;

Expand Down
1 change: 0 additions & 1 deletion commands/Fun/praise.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <saber/saber.hpp>
#include <saber/util.hpp>

using namespace saber;

Expand Down
1 change: 0 additions & 1 deletion commands/Fun/xkcd.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <nlohmann/json.hpp>
#include <saber/saber.hpp>
#include <saber/util.hpp>

using namespace saber;

Expand Down
1 change: 0 additions & 1 deletion commands/Misc/about.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <ekizu/embed_builder.hpp>
#include <saber/saber.hpp>
#include <saber/util.hpp>

using namespace saber;

Expand Down
1 change: 0 additions & 1 deletion commands/Misc/help.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <boost/range/adaptor/transformed.hpp>
#include <ekizu/embed_builder.hpp>
#include <saber/saber.hpp>
#include <saber/util.hpp>

using namespace saber;

Expand Down
1 change: 0 additions & 1 deletion src/commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <boost/unordered/unordered_flat_map.hpp>
#include <filesystem>
#include <saber/saber.hpp>
#include <saber/util.hpp>

namespace {
#ifdef _WIN32
Expand Down

0 comments on commit bee2d28

Please sign in to comment.