Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error.

llvm-svn: 264760
This commit is contained in:
Eric Liu 2016-03-29 18:17:11 +00:00
parent b2ccba5257
commit ff6d0d8b2e
1 changed files with 0 additions and 6 deletions

View File

@ -27,12 +27,6 @@ namespace clang {
class Rewriter;
namespace format {
class FormatStyle;
} // namespace format
namespace tooling {
/// \brief A tool to run refactorings.