Browse Source

Include the correct header

And remove the unused ones
adaptive-webui-19844
Chocobo1 6 years ago
parent
commit
6d7e5f82ae
No known key found for this signature in database
GPG Key ID: 210D9C873253A68C
  1. 15
      src/app/application.cpp
  2. 2
      src/app/application.h

15
src/app/application.cpp

@ -29,20 +29,21 @@ @@ -29,20 +29,21 @@
#include "application.h"
#include <algorithm>
#include <QtGlobal>
#include <QAtomicInt>
#include <QDebug>
#include <QLibraryInfo>
#include <QLocale>
#include <QProcess>
#include <QSysInfo>
#include <algorithm>
#ifdef Q_OS_WIN
#include <memory>
#include <Windows.h>
#include <Shellapi.h>
#endif
#include <QAtomicInt>
#include <QDebug>
#include <QLibraryInfo>
#include <QProcess>
#ifndef DISABLE_GUI
#include <QMessageBox>
#ifdef Q_OS_WIN

2
src/app/application.h

@ -48,7 +48,7 @@ class QSessionManager; @@ -48,7 +48,7 @@ class QSessionManager;
typedef QtSingleCoreApplication BaseApplication;
#endif // DISABLE_GUI
#include "base/utils/misc.h"
#include "base/types.h"
#include "cmdoptions.h"
#ifndef DISABLE_WEBUI

Loading…
Cancel
Save