Skip to content

Commit 39f913c

Browse files
committed
handle includes
1 parent e7ec854 commit 39f913c

File tree

2 files changed

+1
-12
lines changed

2 files changed

+1
-12
lines changed

include/dxc/Support/dxcapi.use.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
1313
#define __DXCAPI_USE_H__
1414

1515
#include "dxc/dxcapi.h"
16-
#include <cstdlib> // for getenv
1716
#include <dxc/Support/Global.h> // for hresult handling with DXC_FAILED
1817
#include <filesystem> // C++17 and later
19-
#include <string>
2018

2119
namespace dxc {
2220

lib/DxcSupport/dxcapi.extval.cpp

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,5 @@
1-
#include "dxc/Support/WinIncludes.h"
2-
3-
#include "dxc/Support/dxcapi.use.h"
4-
5-
#include "dxc/Support/FileIOHelper.h"
6-
#include "dxc/Support/Global.h"
7-
#include "dxc/Support/SharedLibAffix.h" // header generated during DXC build
8-
#include "dxc/Support/Unicode.h"
9-
#include "dxc/Support/WinFunctions.h"
10-
111
#include "dxc/Support/dxcapi.extval.h"
2+
#include "dxc/Support/WinIncludes.h"
123

134
HRESULT DxcDllExtValidationSupport::InitializeInternal(LPCSTR dllName,
145
LPCSTR fnName) {

0 commit comments

Comments
 (0)