diff --git a/commands/Fun/countdown.cpp b/commands/Fun/countdown.cpp
index bd9bf25..d16a7f4 100644
--- a/commands/Fun/countdown.cpp
+++ b/commands/Fun/countdown.cpp
@@ -1,5 +1,4 @@
 #include <saber/saber.hpp>
-#include <saber/util.hpp>
 
 using namespace saber;
 
diff --git a/commands/Fun/css.cpp b/commands/Fun/css.cpp
index 2e82968..6a5bd5a 100644
--- a/commands/Fun/css.cpp
+++ b/commands/Fun/css.cpp
@@ -1,5 +1,4 @@
 #include <saber/saber.hpp>
-#include <saber/util.hpp>
 
 using namespace saber;
 
diff --git a/commands/Fun/meme.cpp b/commands/Fun/meme.cpp
index 43fbd48..cfe2016 100644
--- a/commands/Fun/meme.cpp
+++ b/commands/Fun/meme.cpp
@@ -2,7 +2,6 @@
 #include <ekizu/http.hpp>
 #include <nlohmann/json.hpp>
 #include <saber/saber.hpp>
-#include <saber/util.hpp>
 
 using namespace saber;
 
diff --git a/commands/Fun/ping.cpp b/commands/Fun/ping.cpp
index fea6122..0eae4d8 100644
--- a/commands/Fun/ping.cpp
+++ b/commands/Fun/ping.cpp
@@ -1,5 +1,4 @@
 #include <saber/saber.hpp>
-#include <saber/util.hpp>
 
 using namespace saber;
 
diff --git a/commands/Fun/praise.cpp b/commands/Fun/praise.cpp
index 6c0d66d..e522fc3 100644
--- a/commands/Fun/praise.cpp
+++ b/commands/Fun/praise.cpp
@@ -1,5 +1,4 @@
 #include <saber/saber.hpp>
-#include <saber/util.hpp>
 
 using namespace saber;
 
diff --git a/commands/Fun/xkcd.cpp b/commands/Fun/xkcd.cpp
index 07d467c..3cfc205 100644
--- a/commands/Fun/xkcd.cpp
+++ b/commands/Fun/xkcd.cpp
@@ -1,6 +1,5 @@
 #include <nlohmann/json.hpp>
 #include <saber/saber.hpp>
-#include <saber/util.hpp>
 
 using namespace saber;
 
diff --git a/commands/Misc/about.cpp b/commands/Misc/about.cpp
index 810686c..b2240c5 100644
--- a/commands/Misc/about.cpp
+++ b/commands/Misc/about.cpp
@@ -1,6 +1,5 @@
 #include <ekizu/embed_builder.hpp>
 #include <saber/saber.hpp>
-#include <saber/util.hpp>
 
 using namespace saber;
 
diff --git a/commands/Misc/help.cpp b/commands/Misc/help.cpp
index 3eddfe7..2061554 100644
--- a/commands/Misc/help.cpp
+++ b/commands/Misc/help.cpp
@@ -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;
 
diff --git a/src/commands.cpp b/src/commands.cpp
index 363ee1c..847d072 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -5,7 +5,6 @@
 #include <boost/unordered/unordered_flat_map.hpp>
 #include <filesystem>
 #include <saber/saber.hpp>
-#include <saber/util.hpp>
 
 namespace {
 #ifdef _WIN32