From b45b7e4eb467bca44f9d77959df0337bdcecbd3c Mon Sep 17 00:00:00 2001 From: danmosemsft Date: Fri, 10 Feb 2017 22:04:44 -0800 Subject: Missed part of file delete --- src/vm/corhost.cpp | 1 - src/vm/methodtable.cpp | 2 -- src/vm/mscorlib.cpp | 3 --- src/vm/securitydescriptor.h | 1 - 4 files changed, 7 deletions(-) (limited to 'src') 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" -- cgit v1.2.3