diff options
Diffstat (limited to 'src/nexusinterface.h')
| -rw-r--r-- | src/nexusinterface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h index af2f8c75..c645596e 100644 --- a/src/nexusinterface.h +++ b/src/nexusinterface.h @@ -21,7 +21,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #define NEXUSINTERFACE_H
-#include "nxmaccessmanager.h"
#include <utility.h>
#include <gameinfo.h>
@@ -37,7 +36,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. class NexusInterface;
-
+class NXMAccessManager;
/**
* @brief convenience class to make nxm requests easier
|
