Skip to content

Commit

Permalink
Remove unused includes of QButtonGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
Pokechu22 committed Feb 8, 2022
1 parent 73d6235 commit e50c32c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Source/Core/DolphinQt/Config/ARCodeWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include <utility>

#include <QButtonGroup>
#include <QCursor>
#include <QHBoxLayout>
#include <QListWidget>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include <fmt/format.h>

#include <QButtonGroup>
#include <QDialog>
#include <QDialogButtonBox>
#include <QGridLayout>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "DolphinQt/Settings/USBDeviceAddToWhitelistDialog.h"

#include <QButtonGroup>
#include <QDialog>
#include <QDialogButtonBox>
#include <QErrorMessage>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

class QTimer;
class QDialog;
class QButtonGroup;
class QHeaderView;
class QLabel;
class QLineEdit;
Expand Down

0 comments on commit e50c32c

Please sign in to comment.