[llvm] 8a3328e - InitLLVM: Remove unused include after 88e41b42f8d0abab4488b08f9d88d8e014d7f537

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 1 14:26:40 PST 2022


Author: Fangrui Song
Date: 2022-12-01T22:26:33Z
New Revision: 8a3328e8f9efc1fa026ec489d46848b4108ec605

URL: https://github.com/llvm/llvm-project/commit/8a3328e8f9efc1fa026ec489d46848b4108ec605
DIFF: https://github.com/llvm/llvm-project/commit/8a3328e8f9efc1fa026ec489d46848b4108ec605.diff

LOG: InitLLVM: Remove unused include after 88e41b42f8d0abab4488b08f9d88d8e014d7f537

Added: 
    

Modified: 
    llvm/include/llvm/Support/InitLLVM.h

Removed: 
    


################################################################################
diff  --git a/llvm/include/llvm/Support/InitLLVM.h b/llvm/include/llvm/Support/InitLLVM.h
index 0fa9cb8bbc43..172d13bf21a5 100644
--- a/llvm/include/llvm/Support/InitLLVM.h
+++ b/llvm/include/llvm/Support/InitLLVM.h
@@ -9,7 +9,6 @@
 #ifndef LLVM_SUPPORT_INITLLVM_H
 #define LLVM_SUPPORT_INITLLVM_H
 
-#include "llvm/ADT/Optional.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/Support/Allocator.h"
 #include "llvm/Support/PrettyStackTrace.h"


        


More information about the llvm-commits mailing list