Skip to content

Commit ffc696e

Browse files
author
joaosaffran
committed
clean up
1 parent 7436dfe commit ffc696e

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

llvm/include/llvm/Frontend/HLSL/RootSignatureMetadata.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@
1616

1717
#include "llvm/Frontend/HLSL/HLSLRootSignature.h"
1818
#include "llvm/IR/Constants.h"
19-
#include "llvm/IR/Function.h"
2019
#include "llvm/MC/DXContainerRootSignature.h"
21-
#include "llvm/Support/Error.h"
22-
#include <cstdint>
23-
#include <unordered_map>
2420

2521
namespace llvm {
2622
class LLVMContext;

llvm/lib/Frontend/HLSL/RootSignatureMetadata.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,9 @@
1313

1414
#include "llvm/Frontend/HLSL/RootSignatureMetadata.h"
1515
#include "llvm/Frontend/HLSL/RootSignatureValidations.h"
16-
#include "llvm/IR/DiagnosticInfo.h"
1716
#include "llvm/IR/IRBuilder.h"
1817
#include "llvm/IR/Metadata.h"
19-
#include "llvm/Support/Error.h"
2018
#include "llvm/Support/ScopedPrinter.h"
21-
#include <cstdint>
22-
#include <utility>
2319

2420
namespace llvm {
2521
namespace hlsl {

0 commit comments

Comments
 (0)