From 7288c5a0b63863cabcaaed9493b3fc38c247fe4e Mon Sep 17 00:00:00 2001 From: apa420 Date: Thu, 12 Jul 2018 10:58:29 +0200 Subject: [PATCH] removed unecessary #include --- src/controllers/commands/CommandController.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/controllers/commands/CommandController.cpp b/src/controllers/commands/CommandController.cpp index d56e8ce6d..c85d6e143 100644 --- a/src/controllers/commands/CommandController.cpp +++ b/src/controllers/commands/CommandController.cpp @@ -2,15 +2,14 @@ #include "Application.hpp" #include "common/SignalVector.hpp" -#include "common/UrlFetch.hpp" #include "controllers/accounts/AccountController.hpp" #include "controllers/commands/Command.hpp" #include "controllers/commands/CommandModel.hpp" #include "messages/MessageBuilder.hpp" #include "providers/twitch/TwitchAccount.hpp" +#include "providers/twitch/TwitchApi.hpp" #include "providers/twitch/TwitchChannel.hpp" #include "providers/twitch/TwitchServer.hpp" -#include "providers/twitch/twitchapi.hpp" #include "singletons/Paths.hpp" #include "singletons/Settings.hpp" #include "widgets/dialogs/LogsPopup.hpp"