summaryrefslogtreecommitdiff
path: root/src/bundle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundle.hpp')
-rw-r--r--src/bundle.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/bundle.hpp b/src/bundle.hpp
deleted file mode 100644
index d30f5f8..0000000
--- a/src/bundle.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include "api/twitch/helix_client.hpp"
-#include "config.hpp"
-#include "irc/client.hpp"
-#include "localization/localization.hpp"
-
-namespace bot {
- struct InstanceBundle {
- irc::Client &irc_client;
- const api::twitch::HelixClient &helix_client;
- const bot::loc::Localization &localization;
- const Configuration &configuration;
- };
-}