From 20886471fcb186fd80d03e55fe861735ba44094e Mon Sep 17 00:00:00 2001 From: Jinsong Ji Date: Wed, 3 Jul 2024 11:32:27 -0700 Subject: [PATCH] Remove unecessary include that require c++20 (#2628) --- lib/SPIRV/SPIRVToLLVMDbgTran.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/SPIRV/SPIRVToLLVMDbgTran.cpp b/lib/SPIRV/SPIRVToLLVMDbgTran.cpp index e65e6d6eac..512f19a5d8 100644 --- a/lib/SPIRV/SPIRVToLLVMDbgTran.cpp +++ b/lib/SPIRV/SPIRVToLLVMDbgTran.cpp @@ -49,7 +49,6 @@ #include "llvm/IR/DIBuilder.h" #include "llvm/IR/IntrinsicInst.h" #include "llvm/IR/Module.h" -#include using namespace std; using namespace SPIRVDebug::Operand;