Cleanup includes
Some checks failed
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled

This commit is contained in:
WarmUpTill
2026-07-07 22:43:24 +02:00
committed by WarmUpTill
parent 902be7759d
commit 46bf6c666f
31 changed files with 130 additions and 64 deletions

View File

@@ -1,8 +1,9 @@
#include "macro-script-handler.hpp"
#include "log-helper.hpp"
#include "macro-action-script.hpp"
#include "macro-condition-script.hpp"
#include "plugin-state-helpers.hpp"
#include "log-helper.hpp"
#include "variable.hpp"
#include <obs-properties.h>

View File

@@ -1,4 +1,6 @@
#include "chat-connection.hpp"
#include "log-helper.hpp"
#include "token.hpp"
#include "twitch-helpers.hpp"

View File

@@ -1,4 +1,5 @@
#include "content-classification.hpp"
#include "channel-selection.hpp"
#include "log-helper.hpp"
#include "obs-module-helper.hpp"

View File

@@ -1,10 +1,12 @@
#include "event-sub.hpp"
#include "log-helper.hpp"
#include "token.hpp"
#include "twitch-helpers.hpp"
#include "twitch-timestamp.hpp"
#include <log-helper.hpp>
#include <plugin-state-helpers.hpp>
#include "twitch-timestamp.hpp"
using namespace std::chrono_literals;

View File

@@ -1,10 +1,10 @@
#include "tag-selection.hpp"
#include "channel-selection.hpp"
#include "log-helper.hpp"
#include "obs-module-helper.hpp"
#include "twitch-helpers.hpp"
#include <nlohmann/json.hpp>
#include <QHBoxLayout>
#include <QListWidget>
#include <QMessageBox>
@@ -12,6 +12,8 @@
#include <QRegularExpression>
#include <QVBoxLayout>
#include <nlohmann/json.hpp>
namespace advss {
void TwitchTagList::Load(obs_data_t *obj)

View File

@@ -1,16 +1,20 @@
#include "token.hpp"
#include "log-helper.hpp"
#include "twitch-helpers.hpp"
#include <obs-module-helper.hpp>
#include <QDesktopServices>
#include <QGroupBox>
#include <QScrollArea>
#include <QUrl>
#include <help-icon.hpp>
#include <layout-helpers.hpp>
#include <log-helper.hpp>
#include <macro-export-extensions.hpp>
#include <obs-module-helper.hpp>
#include <plugin-state-helpers.hpp>
#include <QDesktopServices>
#include <QGroupBox>
#include <QScrollArea>
#include <QUrl>
#include <ui-helpers.hpp>
namespace advss {

View File

@@ -1,4 +1,6 @@
#include "twitch-helpers.hpp"
#include "log-helper.hpp"
#include "plugin-state-helpers.hpp"
#include "token.hpp"