summaryrefslogtreecommitdiff
path: root/src/vm/gcenv.h
diff options
context:
space:
mode:
authorSean Gillespie <sean@swgillespie.me>2016-11-16 09:34:57 -0800
committerGitHub <noreply@github.com>2016-11-16 09:34:57 -0800
commitbb9f30e4658342f83bb3b5639ae24ec92e0a1d2a (patch)
treee2d7e09a74aac2bfead1315fc64e2515ba057145 /src/vm/gcenv.h
parent2c0a2c05ba82460a8d8a4b1e2d98e908e59d5d54 (diff)
downloadcoreclr-bb9f30e4658342f83bb3b5639ae24ec92e0a1d2a.tar.gz
coreclr-bb9f30e4658342f83bb3b5639ae24ec92e0a1d2a.tar.bz2
coreclr-bb9f30e4658342f83bb3b5639ae24ec92e0a1d2a.zip
Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)
* Re-introduce changes lost in a merge conflict * Enable GCToOSInterface to be defined behind the GC interface when building the GC in standalone mode. Provide a skeleton Windows implementation and the framework for a Unix implementation. * Address code review feedback
Diffstat (limited to 'src/vm/gcenv.h')
-rw-r--r--src/vm/gcenv.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vm/gcenv.h b/src/vm/gcenv.h
index 08dcc711ae..ad5baa262e 100644
--- a/src/vm/gcenv.h
+++ b/src/vm/gcenv.h
@@ -48,8 +48,6 @@
#include "util.hpp"
-#include "gcenv.ee.h"
-#include "gcenv.os.h"
#include "gcenv.interlocked.h"
#include "gcenv.interlocked.inl"