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:
authorScott Mosier <smosier@microsoft.com>2015-11-05 01:51:04 +0300
committerScott Mosier <smosier@microsoft.com>2015-11-20 03:06:03 +0300
commitc03d823a11f54e734e340813e6cd1e543ca448ef (patch)
tree9253c3230e07568377a5744ffd8c0932774a3989 /src/Native/Runtime/RWLock.cpp
parent896131b2af7bc8f3f01e56e391e9c186726f5c6f (diff)
Changes required to integrate code back into ProjectN tree
Diffstat (limited to 'src/Native/Runtime/RWLock.cpp')
-rw-r--r--src/Native/Runtime/RWLock.cpp10
1 files changed, 2 insertions, 8 deletions
diff --git a/src/Native/Runtime/RWLock.cpp b/src/Native/Runtime/RWLock.cpp
index c77745002..5f755df24 100644
--- a/src/Native/Runtime/RWLock.cpp
+++ b/src/Native/Runtime/RWLock.cpp
@@ -6,15 +6,10 @@
//
// RWLock.cpp -- adapted from CLR SimpleRWLock.cpp
//
-#include "rhcommon.h"
-#ifdef DACCESS_COMPILE
-#include "gcrhenv.h"
-#endif // DACCESS_COMPILE
-
-#ifndef DACCESS_COMPILE
+#include "common.h"
#include "CommonTypes.h"
-#include "daccess.h"
#include "CommonMacros.h"
+#include "daccess.h"
#include "PalRedhawkCommon.h"
#include "PalRedhawk.h"
#include "assert.h"
@@ -31,7 +26,6 @@
#include "RWLock.h"
#include "threadstore.h"
#include "RuntimeInstance.h"
-#endif // !DACCESS_COMPILE
// Configurable constants used across our spin locks
// Initialization here is necessary so that we have meaningful values before the runtime is started