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 and MrSidims committed Jul 17, 2024
1 parent 40d06f5 commit 7beeed2
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 @@ -49,7 +49,6 @@
#include "llvm/IR/DIBuilder.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 7beeed2

Please sign in to comment.