Skip to content

Commit de22ae4

Browse files
committed
(Temp) Move DXC includes back to header
1 parent f904bea commit de22ae4

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

include/nbl/asset/utils/CHLSLCompiler.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@
99
#include "nbl/asset/utils/IShaderCompiler.h"
1010

1111
#include <wrl.h>
12+
#include <combaseapi.h>
13+
#include <dxc/dxc/include/dxc/dxcapi.h>
1214

1315
using Microsoft::WRL::ComPtr;
1416

15-
class IDxcUtils;
16-
class IDxcCompiler3;
17-
1817
namespace nbl::asset
1918
{
2019

src/nbl/asset/utils/CHLSLCompiler.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,13 @@
88
#include <regex>
99
#include <iterator>
1010

11-
#include <dxc/dxcapi.h>
12-
#include <combaseapi.h>
13-
1411
#define TCPP_IMPLEMENTATION
1512
#include <tcpp/source/tcppLibrary.hpp>
1613
#undef TCPP_IMPLEMENTATION
1714

1815
using namespace nbl;
1916
using namespace nbl::asset;
2017

21-
#include <combaseapi.h>
22-
#include <dxc/dxc/include/dxc/dxcapi.h>
23-
2418
CHLSLCompiler::CHLSLCompiler(core::smart_refctd_ptr<system::ISystem>&& system)
2519
: IShaderCompiler(std::move(system))
2620
{

0 commit comments

Comments
 (0)