Skip to content

Commit

Permalink
RMG: remove unneeded includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosalie241 committed Jun 11, 2024
1 parent f0efdd9 commit d9c754a
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
1 change: 0 additions & 1 deletion Source/RMG/UserInterface/Dialog/Cheats/AddCheatDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
#include <iostream>

#include <RMG-Core/Core.hpp>
#include <qpushbutton.h>

using namespace UserInterface::Dialog;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <QNetworkReply>

#include <RMG-Core/Core.hpp>
#include <qglobal.h>

#include "ui_DownloadUpdateDialog.h"

Expand Down
11 changes: 9 additions & 2 deletions Source/RMG/UserInterface/EventFilter.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
/*
* Rosalie's Mupen GUI - https://github.com/Rosalie241/RMG
* Copyright (C) 2020 Rosalie Wanders <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#include "EventFilter.hpp"
#include <qcoreevent.h>
#include <qobject.h>

using namespace UserInterface;

Expand Down
9 changes: 9 additions & 0 deletions Source/RMG/UserInterface/EventFilter.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
/*
* Rosalie's Mupen GUI - https://github.com/Rosalie241/RMG
* Copyright (C) 2020 Rosalie Wanders <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 3.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#ifndef EVENTFILTER_HPP
#define EVENTFILTER_HPP

Expand Down

0 comments on commit d9c754a

Please sign in to comment.