diff --git a/src/controllers/commands/CommandController.cpp b/src/controllers/commands/CommandController.cpp index d56e8ce6..c85d6e14 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"