summaryrefslogtreecommitdiff
path: root/src/strongname
diff options
context:
space:
mode:
authorSean Gillespie <segilles@microsoft.com>2017-06-23 14:48:41 -0700
committerGitHub <noreply@github.com>2017-06-23 14:48:41 -0700
commit3a24095610ecaba62495740bf8319ad467af4997 (patch)
treeca8321d9d9bdaf09a43078cb9422df3f34a666b0 /src/strongname
parent16cee64552b4fd6d08dd84b273cc223094d5b5f6 (diff)
downloadcoreclr-3a24095610ecaba62495740bf8319ad467af4997.tar.gz
coreclr-3a24095610ecaba62495740bf8319ad467af4997.tar.bz2
coreclr-3a24095610ecaba62495740bf8319ad467af4997.zip
[Local GC] Remove a number of inclusions of handle table private headers from the VM (#12389)
* Remove inclusions of private handle table headers from the VM * Add TraceRefCountedHandles to the GC handle table interface * Fix the Unix build * Move ValidatePinnedObject to marshalnative.h
Diffstat (limited to 'src/strongname')
-rw-r--r--src/strongname/api/common.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/strongname/api/common.h b/src/strongname/api/common.h
index c6b9b4df3c..92fb5b49d5 100644
--- a/src/strongname/api/common.h
+++ b/src/strongname/api/common.h
@@ -304,7 +304,6 @@ namespace Loader
#include "eeconfig.h"
#include "spinlock.h"
-#include "objecthandle.h"
#include "cgensys.h"
#include "declsec.h"
@@ -319,7 +318,6 @@ namespace Loader
#include "eehash.h"
-#include "handletable.h"
#include "vars.hpp"
#include "eventstore.hpp"
@@ -392,7 +390,6 @@ extern DummyGlobalContract ___contract;
#include "ceeload.inl"
#include "clsload.inl"
#include "domainfile.inl"
-#include "handletable.inl"
#include "clsload.inl"
#include "method.inl"
#include "stackprobe.inl"