From: Eric Liu Date: Tue, 29 Mar 2016 18:17:11 +0000 (+0000) Subject: Removed class FormatStyle, which is a struct, forward declaration from Refactoring... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1110524a7fef5cec760da02b8c414b055f939681;p=clang Removed class FormatStyle, which is a struct, forward declaration from Refactoring.h to avoid compilation error. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264760 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Tooling/Refactoring.h b/include/clang/Tooling/Refactoring.h index 3f36bbae59..06ec8b0876 100644 --- a/include/clang/Tooling/Refactoring.h +++ b/include/clang/Tooling/Refactoring.h @@ -27,12 +27,6 @@ namespace clang { class Rewriter; -namespace format { - -class FormatStyle; - -} // namespace format - namespace tooling { /// \brief A tool to run refactorings.