summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-05-24 06:33:50 -0400
committerGitHub <noreply@github.com>2019-05-24 06:33:50 -0400
commitf4b85d0264059cbc234cfaf2bc25a1e2e8b26e74 (patch)
tree78c3ee83fb324f5f7b576df50b09790f467b09f0
parentf8d319cfba8a1dfce919680ef5e4046a68ae9803 (diff)
Update pch.h
removed headers that were redundant or actually from MO
-rw-r--r--src/pch.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/pch.h b/src/pch.h
index 1cedb945..e86c0da6 100644
--- a/src/pch.h
+++ b/src/pch.h
@@ -33,7 +33,6 @@
#include <Psapi.h>
#include <Shellapi.h>
#include <shlobj.h>
-#include <Shlobj.h>
#include <Shlwapi.h>
#include <tchar.h>
#include <wincred.h>
@@ -58,7 +57,6 @@
#include <boost/thread.hpp>
#include <boost/uuid/uuid_generators.hpp>
#include <boost/uuid/uuid_io.hpp>
-#include <bsainvalidation.h>
// openssl
#include <tlhelp32.h>
@@ -236,7 +234,6 @@
#include <QTreeWidgetItem>
#include <QTreeWidgetItemIterator>
#include <QtTest/QtTest>
-#include <questionboxmemory.h>
#include <QUrl>
#include <QUrlQuery>
#include <QVariant>