summaryrefslogtreecommitdiff
path: root/src/categories.cpp
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-26 07:39:35 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-26 07:39:35 +0000
commit82e6c98043bd18f5329e8b6d0a6f99c4d28cc0a2 (patch)
treeb0c18c1782b5d26ac9282cd11cc2f16df5f6b0f5 /src/categories.cpp
parent29dadf52f1c217ddee7ef9e0873cb4e12797318b (diff)
Replace last occurrence of GameInfo::getNexusGameID and remove a whole load of gameinfo.h includes
Diffstat (limited to 'src/categories.cpp')
-rw-r--r--src/categories.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/categories.cpp b/src/categories.cpp
index 400cc74b..59291a49 100644
--- a/src/categories.cpp
+++ b/src/categories.cpp
@@ -18,9 +18,10 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
*/
#include "categories.h"
+
#include <utility.h>
#include <report.h>
-#include <gameinfo.h>
+
#include <QObject>
#include <QFile>
#include <QDir>
@@ -29,7 +30,6 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
using namespace MOBase;
-using namespace MOShared;
CategoryFactory* CategoryFactory::s_Instance = nullptr;