Skip to content

Commit

Permalink
[x86/Linux][SOS] Don't include utilcode.h in gcdumpx86.cpp and gcdump…
Browse files Browse the repository at this point in the history
….cpp (dotnet/coreclr#8475)

Commit migrated from dotnet/coreclr@5dbaa3c
  • Loading branch information
lucenticus authored and janvorli committed Dec 12, 2016
1 parent b7b8a34 commit cbea78c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/coreclr/src/gcdump/gcdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
* to the standard code-manager spec.
*/

#ifndef FEATURE_PAL
#include "utilcode.h" // For _ASSERTE()
#endif //!FEATURE_PAL
#include "gcdump.h"

/*****************************************************************************/
Expand Down
2 changes: 2 additions & 0 deletions src/coreclr/src/gcdump/i386/gcdumpx86.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
#ifdef _TARGET_X86_
/*****************************************************************************/

#ifndef FEATURE_PAL
#include "utilcode.h" // For _ASSERTE()
#endif //!FEATURE_PAL
#include "gcdump.h"


Expand Down

0 comments on commit cbea78c

Please sign in to comment.