Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/coreclr/debug/daccess/dacfn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
#include "stdafx.h"

#include <encee.h>
#ifdef FEATURE_PREJIT
#include "compile.h"
#endif // FEATURE_PREJIT
#include <virtualcallstub.h>
#include "peimagelayout.inl"

Expand Down
2 changes: 0 additions & 2 deletions src/coreclr/debug/daccess/nidump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
#define _ASSERTE(x) assert(x)
#endif

#include <compile.h>

#ifdef USE_GC_INFO_DECODER
#include <gcinfodecoder.h>
#endif
Expand Down
4 changes: 0 additions & 4 deletions src/coreclr/ildasm/dasm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@
#pragma warning(disable : 4640)
#endif

#if defined(_DEBUG) && defined(FEATURE_PREJIT)
#include <corcompile.h>
#endif

#ifdef TARGET_UNIX
#include "resourcestring.h"
#define NATIVE_STRING_RESOURCE_NAME dasm_rc
Expand Down
Loading