Skip to content

Commit 0b6abdc

Browse files
committed
fixup! fixup! gh-138709: Implement CPU time profiling in profiling.sample
1 parent 7b72311 commit 0b6abdc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_remote_debugging_module.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
#ifdef MS_WINDOWS
4545
#include <windows.h>
4646
#include <winternl.h>
47-
#include <ntifs.h>
4847
// ntstatus.h conflicts with windows.h so we have to define the NTSTATUS values we need
4948
#define STATUS_SUCCESS ((NTSTATUS)0x00000000L)
5049
#define STATUS_INFO_LENGTH_MISMATCH ((NTSTATUS)0xC0000004L)

0 commit comments

Comments
 (0)