summaryrefslogtreecommitdiff
path: root/src/irc
diff options
context:
space:
mode:
Diffstat (limited to 'src/irc')
-rw-r--r--src/irc/irc_channel.cpp1
-rw-r--r--src/irc/irc_client.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/irc/irc_channel.cpp b/src/irc/irc_channel.cpp
index 7b0e766..2c0f8b1 100644
--- a/src/irc/irc_channel.cpp
+++ b/src/irc/irc_channel.cpp
@@ -1,5 +1,4 @@
#include <irc/irc_channel.hpp>
-#include <utils/make_unique.hpp>
IrcChannel::IrcChannel():
joined(false),
diff --git a/src/irc/irc_client.cpp b/src/irc/irc_client.cpp
index f077e37..e70dbe4 100644
--- a/src/irc/irc_client.cpp
+++ b/src/irc/irc_client.cpp
@@ -3,7 +3,6 @@
#include <bridge/bridge.hpp>
#include <irc/irc_user.hpp>
-#include <utils/make_unique.hpp>
#include <logger/logger.hpp>
#include <utils/tolower.hpp>
#include <utils/split.hpp>