mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-12 12:18:35 -05:00
Cleanup includes
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "chat-connection.hpp"
|
||||
|
||||
#include "log-helper.hpp"
|
||||
#include "token.hpp"
|
||||
#include "twitch-helpers.hpp"
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "content-classification.hpp"
|
||||
|
||||
#include "channel-selection.hpp"
|
||||
#include "log-helper.hpp"
|
||||
#include "obs-module-helper.hpp"
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#include "twitch-helpers.hpp"
|
||||
|
||||
#include "log-helper.hpp"
|
||||
#include "plugin-state-helpers.hpp"
|
||||
#include "token.hpp"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user