fix: replace defines with constexpr/const and use more absolute paths for includes (#5527)
bye bye nuuls
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "Account.hpp"
|
||||
#include "controllers/accounts/Account.hpp"
|
||||
|
||||
#include <tuple>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "AccountModel.hpp"
|
||||
#include "controllers/accounts/AccountModel.hpp"
|
||||
|
||||
#include "controllers/accounts/Account.hpp"
|
||||
#include "util/StandardItemHelper.hpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "Command.hpp"
|
||||
#include "controllers/commands/Command.hpp"
|
||||
|
||||
namespace chatterino {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "HighlightBadge.hpp"
|
||||
#include "controllers/highlights/HighlightBadge.hpp"
|
||||
|
||||
#include "messages/SharedMessageBuilder.hpp"
|
||||
#include "providers/twitch/TwitchBadge.hpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "NotificationModel.hpp"
|
||||
#include "controllers/notifications/NotificationModel.hpp"
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "singletons/Settings.hpp"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "MutedChannelModel.hpp"
|
||||
#include "controllers/pings/MutedChannelModel.hpp"
|
||||
|
||||
#include "Application.hpp"
|
||||
#include "singletons/Settings.hpp"
|
||||
|
||||
Reference in New Issue
Block a user