refactor/reformat. remove useless common.h

This commit is contained in:
Rasmus Karlsson
2017-06-07 10:09:24 +02:00
parent b66dc479e6
commit 5b2b2e3e19
76 changed files with 148 additions and 264 deletions
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef LOGGINGCHANNEL_H
#define LOGGINGCHANNEL_H
#pragma once
#include "messages/message.h"
@@ -35,5 +34,3 @@ private:
} // namespace logging
} // namespace chatterino
#endif // LOGGINGCHANNEL_H
+1 -4
View File
@@ -1,5 +1,4 @@
#ifndef LOGGINGMANAGER_H
#define LOGGINGMANAGER_H
#pragma once
#include "loggingchannel.h"
@@ -13,5 +12,3 @@ std::shared_ptr<Channel> get(const QString &channelName);
} // namespace logging
} // namespace chatterino
#endif // LOGGINGMANAGER_H