summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-10 22:04:44 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-10 22:14:13 -0800
commitb45b7e4eb467bca44f9d77959df0337bdcecbd3c (patch)
treeea4ead5fc8a689d6d0bce6e5157d74d48ce1f678 /src
parentb0dab0d6de90a38dfbf0d6b2039a7b8f5269d802 (diff)
downloadcoreclr-b45b7e4eb467bca44f9d77959df0337bdcecbd3c.tar.gz
coreclr-b45b7e4eb467bca44f9d77959df0337bdcecbd3c.tar.bz2
coreclr-b45b7e4eb467bca44f9d77959df0337bdcecbd3c.zip
Missed part of file delete
Diffstat (limited to 'src')
-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"