aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-tapi-diff/DiffEngine.h
diff options
context:
space:
mode:
authorFangrui Song <i@maskray.me>2022-12-05 06:31:11 +0000
committerFangrui Song <i@maskray.me>2022-12-05 06:31:11 +0000
commita996cc217cefb9071888de38c6f05e5742d0106f (patch)
tree682f8ffff46e8c3f38d290b7d6dafba449a59e4b /llvm/tools/llvm-tapi-diff/DiffEngine.h
parente280b97fd7e1b555856367da1fac44b2530fd296 (diff)
downloadllvm-a996cc217cefb9071888de38c6f05e5742d0106f.zip
llvm-a996cc217cefb9071888de38c6f05e5742d0106f.tar.gz
llvm-a996cc217cefb9071888de38c6f05e5742d0106f.tar.bz2
Remove unused #include "llvm/ADT/Optional.h"
Diffstat (limited to 'llvm/tools/llvm-tapi-diff/DiffEngine.h')
-rw-r--r--llvm/tools/llvm-tapi-diff/DiffEngine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/tools/llvm-tapi-diff/DiffEngine.h b/llvm/tools/llvm-tapi-diff/DiffEngine.h
index 252fbd8..e486405 100644
--- a/llvm/tools/llvm-tapi-diff/DiffEngine.h
+++ b/llvm/tools/llvm-tapi-diff/DiffEngine.h
@@ -13,7 +13,6 @@
#ifndef LLVM_TOOLS_LLVM_TAPI_DIFF_DIFFENGINE_H
#define LLVM_TOOLS_LLVM_TAPI_DIFF_DIFFENGINE_H
-#include "llvm/ADT/Optional.h"
#include "llvm/Object/TapiUniversal.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/TextAPI/Symbol.h"