diff options
author | Fangrui Song <i@maskray.me> | 2022-12-05 06:31:11 +0000 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-12-05 06:31:11 +0000 |
commit | a996cc217cefb9071888de38c6f05e5742d0106f (patch) | |
tree | 682f8ffff46e8c3f38d290b7d6dafba449a59e4b /llvm/tools/llvm-tapi-diff/DiffEngine.h | |
parent | e280b97fd7e1b555856367da1fac44b2530fd296 (diff) | |
download | llvm-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.h | 1 |
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" |