summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/vm/corhost.cpp1
-rw-r--r--src/vm/methodtable.cpp2
-rw-r--r--src/vm/mscorlib.cpp3
-rw-r--r--src/vm/securitydescriptor.h1
4 files changed, 0 insertions, 7 deletions
diff --git a/src/vm/corhost.cpp b/src/vm/corhost.cpp
index c71c2f9879..712c19545d 100644
--- a/src/vm/corhost.cpp
+++ b/src/vm/corhost.cpp
@@ -27,7 +27,6 @@
#include "ipcmanagerinterface.h"
#endif // FEATURE_IPCMAN
#include "comcallablewrapper.h"
-#include "hostexecutioncontext.h"
#include "invokeutil.h"
#include "appdomain.inl"
#include "vars.hpp"
diff --git a/src/vm/methodtable.cpp b/src/vm/methodtable.cpp
index b7bd10eb3c..00059b6118 100644
--- a/src/vm/methodtable.cpp
+++ b/src/vm/methodtable.cpp
@@ -60,8 +60,6 @@
#include "zapsig.h"
#endif //FEATURE_PREJIT
-#include "hostexecutioncontext.h"
-
#ifdef FEATURE_COMINTEROP
#include "comcallablewrapper.h"
#include "clrtocomcall.h"
diff --git a/src/vm/mscorlib.cpp b/src/vm/mscorlib.cpp
index 6fb2663795..17beda086e 100644
--- a/src/vm/mscorlib.cpp
+++ b/src/vm/mscorlib.cpp
@@ -45,7 +45,6 @@
#include "currency.h"
#include "comdatetime.h"
#include "comisolatedstorage.h"
-#include "securityconfig.h"
#include "number.h"
#include "compatibilityswitch.h"
#ifdef FEATURE_REMOTING
@@ -95,8 +94,6 @@
#include "stubhelpers.h"
#include "ilmarshalers.h"
-#include "hostexecutioncontext.h"
-
#ifdef FEATURE_MULTICOREJIT
#include "multicorejit.h"
#endif
diff --git a/src/vm/securitydescriptor.h b/src/vm/securitydescriptor.h
index a4d6b309ef..eb1c287b4b 100644
--- a/src/vm/securitydescriptor.h
+++ b/src/vm/securitydescriptor.h
@@ -9,7 +9,6 @@
#ifndef __SECURITYDESCRIPTOR_H__
#define __SECURITYDESCRIPTOR_H__
-#include "securityconfig.h"
#include "securityattributes.h"
#include "securitypolicy.h"