Skip to content

Commit

Permalink
include cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Odizinne committed Sep 15, 2024
1 parent 4c71ea9 commit 673db3a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 2 additions & 0 deletions src/HeadsetControlQt/headsetcontrolqt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include <QMessageBox>
#include <QStandardPaths>
#include <QStyleFactory>
#include <QLocale>
#include <QTranslator>

#ifdef _WIN32
const QString HeadsetControlQt::headsetcontrolExecutable = "dependencies/headsetcontrol.exe";
Expand Down
2 changes: 0 additions & 2 deletions src/HeadsetControlQt/headsetcontrolqt.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
#include <QMenu>
#include <QAction>
#include <QTimer>
#include <QTranslator>
#include <QLocale>
#include <QCloseEvent>
#include <QJsonObject>
#include <QJsonValue>
Expand Down
2 changes: 0 additions & 2 deletions src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#include "headsetcontrolqt.h"
#include <QApplication>
#include <QLocale>
#include <QTranslator>

int main(int argc, char *argv[])
{
Expand Down

0 comments on commit 673db3a

Please sign in to comment.