mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 12:26:52 +08:00
[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:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user