diff options
author | Kazu Hirata <kazu@google.com> | 2023-12-10 00:17:26 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2023-12-10 00:17:26 -0800 |
commit | 073cc40a343bdb87b43a45598c947de52f6f2de5 (patch) | |
tree | 3d319d43278c1cd395139dcb3696e7135d2e7733 /llvm/unittests/Support/CommandLineTest.cpp | |
parent | a3a346c2037f4547985d4c2e199e65a25aa42d55 (diff) | |
download | llvm-073cc40a343bdb87b43a45598c947de52f6f2de5.zip llvm-073cc40a343bdb87b43a45598c947de52f6f2de5.tar.gz llvm-073cc40a343bdb87b43a45598c947de52f6f2de5.tar.bz2 |
[Support] Remove unnecessary includes (NFC)
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
-rw-r--r-- | llvm/unittests/Support/CommandLineTest.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/unittests/Support/CommandLineTest.cpp b/llvm/unittests/Support/CommandLineTest.cpp index a7db564..762ac0e 100644 --- a/llvm/unittests/Support/CommandLineTest.cpp +++ b/llvm/unittests/Support/CommandLineTest.cpp @@ -28,7 +28,6 @@ #include <fstream> #include <stdlib.h> #include <string> -#include <tuple> using namespace llvm; using llvm::unittest::TempDir; |