Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

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 (#8475)
  • Loading branch information
lucenticus authored and janvorli committed Dec 12, 2016
1 parent a3b1767 commit 5dbaa3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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/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 5dbaa3c

Please sign in to comment.