diff --git a/src/Application.hpp b/src/Application.hpp index d1d8cfe46..3d9328a8c 100644 --- a/src/Application.hpp +++ b/src/Application.hpp @@ -1,6 +1,5 @@ #pragma once -" #include "singletons/Resources.hpp" #include diff --git a/src/common/Channel.cpp b/src/common/Channel.cpp index 74a40de02..3fe8f74d7 100644 --- a/src/common/Channel.cpp +++ b/src/common/Channel.cpp @@ -4,7 +4,6 @@ #include "debug/Log.hpp" #include "messages/Message.hpp" #include "singletons/Emotes.hpp" -" #include "singletons/Logging.hpp" #include "singletons/WindowManager.hpp" diff --git a/src/singletons/helper/LoggingChannel.hpp b/src/singletons/helper/LoggingChannel.hpp index 9acafa417..985ab27b9 100644 --- a/src/singletons/helper/LoggingChannel.hpp +++ b/src/singletons/helper/LoggingChannel.hpp @@ -11,6 +11,8 @@ namespace chatterino { +class Logging; + class LoggingChannel : boost::noncopyable { explicit LoggingChannel(const QString &_channelName); @@ -37,7 +39,7 @@ private: QString dateString; - friend class LoggingManager; + friend class Logging; }; } // namespace chatterino