[x86/Linux][SOS] Don't include utilcode.h in gcdumpx86.cpp and gcdump.cpp (dotnet...
authorEvgeny Pavlov <lucenticus@gmail.com>
Mon, 12 Dec 2016 12:27:49 +0000 (15:27 +0300)
committerJan Vorlicek <janvorli@microsoft.com>
Mon, 12 Dec 2016 12:27:49 +0000 (13:27 +0100)
Commit migrated from https://github.com/dotnet/coreclr/commit/5dbaa3cb2e2e11d98924afe9de472469b5136885

src/coreclr/src/gcdump/gcdump.cpp
src/coreclr/src/gcdump/i386/gcdumpx86.cpp

index 1c512c8..c89dd6c 100644 (file)
@@ -11,7 +11,9 @@
  * to the standard code-manager spec.
  */
 
+#ifndef FEATURE_PAL
 #include "utilcode.h"           // For _ASSERTE()
+#endif //!FEATURE_PAL
 #include "gcdump.h"
 
 /*****************************************************************************/
index 0c90397..23e6c68 100644 (file)
@@ -9,7 +9,9 @@
 #ifdef _TARGET_X86_
 /*****************************************************************************/
 
+#ifndef FEATURE_PAL
 #include "utilcode.h"           // For _ASSERTE()
+#endif //!FEATURE_PAL
 #include "gcdump.h"