diff options
author | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:10 +0000 |
---|---|---|
committer | Michael Zolotukhin <mzolotukhin@apple.com> | 2017-12-13 21:31:10 +0000 |
commit | 62602a476ae4921d50253ea8ee51cb970c64d695 (patch) | |
tree | a9b04a69780696ecdc06cc1b4e31e7ccef69c55d /llvm/tools/llvm-c-test/main.c | |
parent | 5c0ab473f26d8bfd483f0c3a67b0d92b46f7f2d7 (diff) | |
download | bcm5719-llvm-62602a476ae4921d50253ea8ee51cb970c64d695.tar.gz bcm5719-llvm-62602a476ae4921d50253ea8ee51cb970c64d695.zip |
Remove redundant includes from tools.
llvm-svn: 320631
Diffstat (limited to 'llvm/tools/llvm-c-test/main.c')
-rw-r--r-- | llvm/tools/llvm-c-test/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/tools/llvm-c-test/main.c b/llvm/tools/llvm-c-test/main.c index 5130783d6a6..60ab7f0f900 100644 --- a/llvm/tools/llvm-c-test/main.c +++ b/llvm/tools/llvm-c-test/main.c @@ -12,9 +12,7 @@ \*===----------------------------------------------------------------------===*/ #include "llvm-c-test.h" -#include "llvm-c/BitReader.h" #include <stdio.h> -#include <stdlib.h> #include <string.h> static void print_usage(void) { |