summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-11-13 12:16:10 +0000
committerAlexander Kornienko <alexfh@google.com>2015-11-13 12:16:10 +0000
commit11297349ea155c524165f76f76f7e2e19bbc48af (patch)
tree735f6056db386a4303c78ce1b236b90034411492
parenteed2daa80c431f217a37c7563228e07f2a3dd2e5 (diff)
downloadbcm5719-llvm-11297349ea155c524165f76f76f7e2e19bbc48af.tar.gz
bcm5719-llvm-11297349ea155c524165f76f76f7e2e19bbc48af.zip
[clang-tidy] Remove unused #includes.
Summary: Testing Phab with git-svn Reviewers: alexfh Differential Revision: http://reviews.llvm.org/D14649 llvm-svn: 253036
-rw-r--r--clang-tools-extra/clang-tidy/ClangTidy.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/ClangTidy.cpp b/clang-tools-extra/clang-tidy/ClangTidy.cpp
index f9d0da76c0e..205a7027e5a 100644
--- a/clang-tools-extra/clang-tidy/ClangTidy.cpp
+++ b/clang-tools-extra/clang-tidy/ClangTidy.cpp
@@ -36,8 +36,6 @@
#include "clang/Tooling/Refactoring.h"
#include "clang/Tooling/ReplacementsYaml.h"
#include "clang/Tooling/Tooling.h"
-#include "llvm/ADT/StringExtras.h"
-#include "llvm/Support/Path.h"
#include "llvm/Support/Process.h"
#include "llvm/Support/Signals.h"
#include <algorithm>
OpenPOWER on IntegriCloud