diff options
| author | Tannin <sherb@gmx.net> | 2016-02-12 19:08:25 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-02-12 19:08:25 +0100 |
| commit | 4f8c71d62626aa61fb4d13f80bc043d5e6492c3e (patch) | |
| tree | c16531f7609668321d780e88a523319d18fc8667 /src/selfupdater.h | |
| parent | fd68248698357591f99c3091d5b15a3084fc078d (diff) | |
merged master into new_vfs_library
Diffstat (limited to 'src/selfupdater.h')
| -rw-r--r-- | src/selfupdater.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h index 0a31b0f3..37021b42 100644 --- a/src/selfupdater.h +++ b/src/selfupdater.h @@ -21,19 +21,20 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #define SELFUPDATER_H
-#include <archive.h>
#include <versioninfo.h>
-#include <QObject>
-#include <QNetworkReply>
-#include <QFile>
-#include <QProgressDialog>
-
-#include <windows.h>
-
+class Archive;
+class NexusInterface;
namespace MOBase { class IPluginGame; }
-class NexusInterface;
+#include <QFile>
+#include <QObject>
+#include <QString>
+#include <QVariant>
+#include <QtGlobal> //for qint64
+
+class QNetworkReply;
+class QProgressDialog;
/**
|
