Skip to content

Commit

Permalink
fix: remove #else
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Dec 27, 2022
1 parent 2e6c322 commit ba302ad
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions src/util/StreamerMode.cpp
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
#include "util/StreamerMode.hpp"

#include "Application.hpp"
#include "common/QLogging.hpp"
#include "messages/MessageBuilder.hpp"
#include "providers/twitch/TwitchIrcServer.hpp"
#include "singletons/Settings.hpp"
#include "singletons/WindowManager.hpp"
#include "widgets/helper/NotebookTab.hpp"
#include "widgets/Notebook.hpp"
#include "widgets/splits/Split.hpp"
#include "widgets/Window.hpp"

#include <QProcess>

#ifdef USEWINSDK
// clang-format off
Expand All @@ -13,15 +21,6 @@
# include <WtsApi32.h>
// clang-format on
# pragma comment(lib, "Wtsapi32.lib")
#else
# include "Application.hpp"
# include "messages/MessageBuilder.hpp"
# include "providers/twitch/TwitchIrcServer.hpp"
# include "widgets/Notebook.hpp"
# include "widgets/splits/Split.hpp"
# include "widgets/Window.hpp"

# include <QProcess>
#endif

namespace chatterino {
Expand Down

0 comments on commit ba302ad

Please sign in to comment.