fix: replace defines with constexpr/const and use more absolute paths for includes (#5527)

bye bye nuuls
This commit is contained in:
nerix
2024-08-03 12:00:58 +02:00
committed by GitHub
parent 5ee5abf5b2
commit aed55ac1ba
83 changed files with 386 additions and 380 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#include "Account.hpp"
#include "controllers/accounts/Account.hpp"
#include <tuple>
+1 -1
View File
@@ -1,4 +1,4 @@
#include "AccountModel.hpp"
#include "controllers/accounts/AccountModel.hpp"
#include "controllers/accounts/Account.hpp"
#include "util/StandardItemHelper.hpp"
+1 -1
View File
@@ -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 -1
View File
@@ -1,4 +1,4 @@
#include "MutedChannelModel.hpp"
#include "controllers/pings/MutedChannelModel.hpp"
#include "Application.hpp"
#include "singletons/Settings.hpp"