summaryrefslogtreecommitdiff
path: root/src/vm/gcenv.h
diff options
context:
space:
mode:
authorSean Gillespie <sean.william.g@gmail.com>2016-09-26 14:23:52 -0700
committerGitHub <noreply@github.com>2016-09-26 14:23:52 -0700
commit907f9ff11cdfdd2fa6f080708f59d874c1a9e03f (patch)
tree1253e7b88f0003b80858f595d259b15b689c4d1a /src/vm/gcenv.h
parent712cdd405e9aac7fc6806814a2fddd976e84d9df (diff)
downloadcoreclr-907f9ff11cdfdd2fa6f080708f59d874c1a9e03f.tar.gz
coreclr-907f9ff11cdfdd2fa6f080708f59d874c1a9e03f.tar.bz2
coreclr-907f9ff11cdfdd2fa6f080708f59d874c1a9e03f.zip
Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)
* Introduce a feature define FEATURE_STANDALONE_GC that allows the GC to communicate with the EE through a virtual interface. * Split GCToEEInterface definition out of gc.h into its own header * Address code review feedback * Address code review feedback
Diffstat (limited to 'src/vm/gcenv.h')
-rw-r--r--src/vm/gcenv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vm/gcenv.h b/src/vm/gcenv.h
index 08dcc711ae..bc4f644e26 100644
--- a/src/vm/gcenv.h
+++ b/src/vm/gcenv.h
@@ -48,7 +48,6 @@
#include "util.hpp"
-#include "gcenv.ee.h"
#include "gcenv.os.h"
#include "gcenv.interlocked.h"
#include "gcenv.interlocked.inl"