diff options
author | Reid Kleckner <rnk@google.com> | 2020-03-11 15:39:28 -0700 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2020-03-11 15:45:34 -0700 |
commit | 213aea4c5836934771eb97eb97e4c964053a8596 (patch) | |
tree | a850bfc4628ae0451b4b1c06f7e40487964cd33b /llvm/unittests/Support/CommandLineTest.cpp | |
parent | 47359fbd2e8810c37bc79d42ed752b3fbb3034b3 (diff) | |
download | llvm-213aea4c5836934771eb97eb97e4c964053a8596.zip llvm-213aea4c5836934771eb97eb97e4c964053a8596.tar.gz llvm-213aea4c5836934771eb97eb97e4c964053a8596.tar.bz2 |
Remove unused Endian.h includes, NFC
Mainly avoids including Host.h everywhere:
$ diff -u <(sort thedeps-before.txt) <(sort thedeps-after.txt) \
| grep '^[-+] ' | sort | uniq -c | sort -nr
3141 - /usr/local/google/home/rnk/llvm-project/llvm/include/llvm/Support/Host.h
Diffstat (limited to 'llvm/unittests/Support/CommandLineTest.cpp')
-rw-r--r-- | llvm/unittests/Support/CommandLineTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/unittests/Support/CommandLineTest.cpp b/llvm/unittests/Support/CommandLineTest.cpp index a435200..b6fc699 100644 --- a/llvm/unittests/Support/CommandLineTest.cpp +++ b/llvm/unittests/Support/CommandLineTest.cpp @@ -14,6 +14,7 @@ #include "llvm/Config/config.h" #include "llvm/Support/Allocator.h" #include "llvm/Support/FileSystem.h" +#include "llvm/Support/Host.h" #include "llvm/Support/InitLLVM.h" #include "llvm/Support/MemoryBuffer.h" #include "llvm/Support/Path.h" |