From 14fb77a13b34aed99ab5f681ced398f2c374b2f0 Mon Sep 17 00:00:00 2001 From: TotallyNotElite <1yourexperiment@protonmail.com> Date: Sat, 6 Oct 2018 22:35:27 +0200 Subject: [PATCH] fix compilent --- external/chirc | 2 +- src/irc.cpp | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/external/chirc b/external/chirc index 6f330a57..e2379b05 160000 --- a/external/chirc +++ b/external/chirc @@ -1 +1 @@ -Subproject commit 6f330a571bf5dd7e570c27f4b8852f832c434dbe +Subproject commit e2379b05d7915fab6506dcc3f61a44b156027465 diff --git a/src/irc.cpp b/src/irc.cpp index 38607c56..10ea26b2 100644 --- a/src/irc.cpp +++ b/src/irc.cpp @@ -1,9 +1,7 @@ #include "common.hpp" #include -#include "IRCClient.h" #include #include "irc.hpp" -#include "ucccccp.hpp" #include "Settings.hpp" #include "ChIRC.hpp" #include