[DXIL] Remove extraneous include from DXILABI.h (#100620)

I'm not sure how an include of StringSwitch got here, but it isn't
needed.
This commit is contained in:
Justin Bogner
2024-07-27 22:16:35 -07:00
committed by GitHub
parent f8f5b17564
commit 2c435b80a1
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
#ifndef LLVM_FRONTEND_HLSL_HLSLRESOURCE_H
#define LLVM_FRONTEND_HLSL_HLSLRESOURCE_H
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/DXILABI.h"
namespace llvm {

View File

@@ -17,7 +17,7 @@
#ifndef LLVM_SUPPORT_DXILABI_H
#define LLVM_SUPPORT_DXILABI_H
#include "llvm/ADT/StringSwitch.h"
#include <cstdint>
namespace llvm {
namespace dxil {