From b45b7e4eb467bca44f9d77959df0337bdcecbd3c Mon Sep 17 00:00:00 2001 From: danmosemsft Date: Fri, 10 Feb 2017 22:04:44 -0800 Subject: [PATCH] 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(-) diff --git a/src/vm/corhost.cpp b/src/vm/corhost.cpp index c71c2f9..712c195 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 b7bd10e..00059b6 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 6fb2663..17beda0 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 a4d6b30..eb1c287 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" -- 2.7.4