[x86/Linux][SOS] Don't include utilcode.h in gcdumpx86.cpp and gcdump.cpp (#8475)
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)
src/gcdump/gcdump.cpp
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"