From b7038e4beca409c6ad0d71693b3be61ddccaf8b4 Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Mon, 31 Aug 2015 23:23:26 +0200 Subject: [PATCH] Remove unneeded includes Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- divesitehelpers.cpp | 1 - qt-ui/diveshareexportdialog.cpp | 1 - qt-ui/updatemanager.cpp | 1 - qthelper.cpp | 1 - 4 files changed, 4 deletions(-) diff --git a/divesitehelpers.cpp b/divesitehelpers.cpp index 4fa24a348..3542f96fa 100644 --- a/divesitehelpers.cpp +++ b/divesitehelpers.cpp @@ -6,7 +6,6 @@ #include "divesite.h" #include "helpers.h" -#include "usersurvey.h" #include "membuffer.h" #include #include diff --git a/qt-ui/diveshareexportdialog.cpp b/qt-ui/diveshareexportdialog.cpp index 27436c66f..9fe6eefd6 100644 --- a/qt-ui/diveshareexportdialog.cpp +++ b/qt-ui/diveshareexportdialog.cpp @@ -2,7 +2,6 @@ #include "ui_diveshareexportdialog.h" #include "mainwindow.h" #include "save-html.h" -#include "usersurvey.h" #include "subsurfacewebservices.h" #include "helpers.h" diff --git a/qt-ui/updatemanager.cpp b/qt-ui/updatemanager.cpp index 69a5ada41..0760d6407 100644 --- a/qt-ui/updatemanager.cpp +++ b/qt-ui/updatemanager.cpp @@ -1,5 +1,4 @@ #include "updatemanager.h" -#include "usersurvey.h" #include "helpers.h" #include #include diff --git a/qthelper.cpp b/qthelper.cpp index de1d893df..ebae97df7 100644 --- a/qthelper.cpp +++ b/qthelper.cpp @@ -12,7 +12,6 @@ #include #include "file.h" #include "prefs-macros.h" -#include "mainwindow.h" #include #include #include