summaryrefslogtreecommitdiff
path: root/src/selfupdater.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selfupdater.cpp')
-rw-r--r--src/selfupdater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp
index 659233f1..071ee51c 100644
--- a/src/selfupdater.cpp
+++ b/src/selfupdater.cpp
@@ -20,7 +20,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "selfupdater.h"
#include "utility.h"
#include "installationmanager.h"
-#include "report.h"
#include "messagedialog.h"
#include "downloadmanager.h"
#include "nexusinterface.h"
@@ -28,6 +27,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include <versioninfo.h>
#include <gameinfo.h>
#include <skyriminfo.h>
+#include <report.h>
#include <QMessageBox>
#include <QNetworkAccessManager>
#include <QNetworkRequest>