[NFC] Remove unused header include
authorLei Zhang <antiagainst@google.com>
Mon, 13 Jul 2020 18:40:04 +0000 (14:40 -0400)
committerLei Zhang <antiagainst@google.com>
Mon, 13 Jul 2020 18:43:48 +0000 (14:43 -0400)
Differential Revision: https://reviews.llvm.org/D83706

llvm/include/llvm/ExecutionEngine/Orc/OrcABISupport.h

index a41d4b0..9f2cdf0 100644 (file)
@@ -23,7 +23,6 @@
 #include "llvm/Support/MathExtras.h"
 #include <algorithm>
 #include <cstdint>
-#include <optional>
 
 namespace llvm {
 namespace orc {