summaryrefslogtreecommitdiff
path: root/src/vm/mscorlib.cpp
diff options
context:
space:
mode:
authordanmosemsft <danmose@microsoft.com>2017-02-12 20:25:22 -0800
committerdanmosemsft <danmose@microsoft.com>2017-02-12 21:56:43 -0800
commit54a687af2ab167060392ea95dd2f8fac643c6880 (patch)
tree50a8cf14d11517c214fef925dfa150366f0e1ea0 /src/vm/mscorlib.cpp
parent4a252cee944e66e7ad709bc11a31037c78fcdfe9 (diff)
downloadcoreclr-54a687af2ab167060392ea95dd2f8fac643c6880.tar.gz
coreclr-54a687af2ab167060392ea95dd2f8fac643c6880.tar.bz2
coreclr-54a687af2ab167060392ea95dd2f8fac643c6880.zip
Remove commethodrental
Diffstat (limited to 'src/vm/mscorlib.cpp')
-rw-r--r--src/vm/mscorlib.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vm/mscorlib.cpp b/src/vm/mscorlib.cpp
index 5d8531ec56..608cacdf1a 100644
--- a/src/vm/mscorlib.cpp
+++ b/src/vm/mscorlib.cpp
@@ -31,7 +31,8 @@
#include "comdelegate.h"
#include "customattribute.h"
#include "comdynamic.h"
-#include "commethodrental.h"
+#include "excep.h"
+#include "fcall.h"
#include "nlsinfo.h"
#include "calendardata.h"
#include "commodule.h"