diff options
Diffstat (limited to 'src/selfupdater.h')
| -rw-r--r-- | src/selfupdater.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/selfupdater.h b/src/selfupdater.h index c376234a..b5bbc406 100644 --- a/src/selfupdater.h +++ b/src/selfupdater.h @@ -21,7 +21,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #define SELFUPDATER_H
-#include "nexusinterface.h"
#include <archive.h>
#include <versioninfo.h>
@@ -31,6 +30,8 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QProgressDialog>
+class NexusInterface;
+
/**
* @brief manages updates for Mod Organizer itself
* This class is used to update the Mod Organizer
|
