Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Vorlicek <janvorli@microsoft.com>2015-11-25 16:30:53 +0300
committerJan Vorlicek <janvorli@microsoft.com>2015-11-25 16:34:42 +0300
commit4c3b2cfb227752e2454fde32c4adc45a2aac88b2 (patch)
tree0d38ee1ee1ad841543034e9ed9d766774e4e44d1 /src/Native/Runtime/threadstore.cpp
parent32645e3eb9e4d302d91c3592308435486c9d3afc (diff)
Addressed feedback
Diffstat (limited to 'src/Native/Runtime/threadstore.cpp')
-rw-r--r--src/Native/Runtime/threadstore.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Native/Runtime/threadstore.cpp b/src/Native/Runtime/threadstore.cpp
index 4ecb5ab7c..08930933d 100644
--- a/src/Native/Runtime/threadstore.cpp
+++ b/src/Native/Runtime/threadstore.cpp
@@ -27,8 +27,7 @@
#include "eetype.h"
#include "slist.inl"
-#include "Volatile.h"
-#include "GCHelpers.h"
+#include "GCMemoryHelpers.h"
EXTERN_C volatile UInt32 RhpTrapThreads = 0;