Skip to content

Commit

Permalink
Remove unecessary include that require c++20 (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsji authored Jul 3, 2024
1 parent d7870df commit d194b9d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/SPIRV/SPIRVToLLVMDbgTran.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
#include "llvm/IR/DebugProgramInstruction.h"
#include "llvm/IR/IntrinsicInst.h"
#include "llvm/IR/Module.h"
#include <bit>

using namespace std;
using namespace SPIRVDebug::Operand;
Expand Down

0 comments on commit d194b9d

Please sign in to comment.