Skip to content

Commit 2c435b8

Browse files
authored
[DXIL] Remove extraneous include from DXILABI.h (#100620)
I'm not sure how an include of StringSwitch got here, but it isn't needed.
1 parent f8f5b17 commit 2c435b8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/include/llvm/Frontend/HLSL/HLSLResource.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#ifndef LLVM_FRONTEND_HLSL_HLSLRESOURCE_H
1414
#define LLVM_FRONTEND_HLSL_HLSLRESOURCE_H
1515

16+
#include "llvm/ADT/StringRef.h"
1617
#include "llvm/Support/DXILABI.h"
1718

1819
namespace llvm {

llvm/include/llvm/Support/DXILABI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef LLVM_SUPPORT_DXILABI_H
1818
#define LLVM_SUPPORT_DXILABI_H
1919

20-
#include "llvm/ADT/StringSwitch.h"
20+
#include <cstdint>
2121

2222
namespace llvm {
2323
namespace dxil {

0 commit comments

Comments
 (0)