From 7beeed2ef95d286c47416a21c8e137ae1db9565b 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 bd86bcf4de..a36f549273 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;