[clang-tidy] Remove unused #includes.

Summary: Testing Phab with git-svn

Reviewers: alexfh

Differential Revision: http://reviews.llvm.org/D14649

llvm-svn: 253036
This commit is contained in:
Alexander Kornienko 2015-11-13 12:16:10 +00:00
parent eed2daa80c
commit 11297349ea
1 changed files with 0 additions and 2 deletions

View File

@ -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>