Skip to content

Commit 1503d91

Browse files
author
REDMOND\jingf
committed
N/A
1 parent 37a6cc1 commit 1503d91

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Tools/WinMLRunner/src/EventTraceHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#include "EventTraceHelper.h"
21
#include <direct.h>
2+
#include "EventTraceHelper.h"
33

44
#define LOGSESSION_NAME L"winml"
55

Tools/WinMLRunner/src/EventTraceHelper.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#pragma once
2-
#include <iostream>
3-
#include <windows.h>
4-
#include <evntrace.h>
2+
#include "CommandLineArgs.h"
53
#include <evntcons.h>
4+
#include <evntrace.h>
5+
#include <in6addr.h>
6+
#include <iostream>
67
#include <tchar.h>
78
#include <tdh.h>
89
#include "ThreadPool.h"
9-
#include <in6addr.h>
10-
#include "CommandLineArgs.h"
10+
#include <windows.h>
1111

1212
using namespace std;
1313

0 commit comments

Comments
 (0)