summaryrefslogtreecommitdiff
path: root/src/transfersavesdialog.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2015-01-22 19:44:38 +0100
committerTannin <devnull@localhost>2015-01-22 19:44:38 +0100
commit2400e2c99ed3aa44152147ea7402c7f05f984aec (patch)
treeeff19629cdbeed469e0daebcfb91f5fa3491e54e /src/transfersavesdialog.h
parentaf1e3d0187930c565c23e32652ab03dc11a8b0e8 (diff)
cleanup (mostly removing unused includes)
Diffstat (limited to 'src/transfersavesdialog.h')
-rw-r--r--src/transfersavesdialog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transfersavesdialog.h b/src/transfersavesdialog.h
index 37a85000..10048ed5 100644
--- a/src/transfersavesdialog.h
+++ b/src/transfersavesdialog.h
@@ -21,13 +21,14 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#define TRANSFERSAVESDIALOG_H
#include "tutorabledialog.h"
-#include "savegamegamebyro.h"
#include "profile.h"
namespace Ui {
class TransferSavesDialog;
}
+class SaveGame;
+
class TransferSavesDialog : public MOBase::TutorableDialog
{
Q_OBJECT