diff options
author | Manuel Klimek <klimek@google.com> | 2013-01-16 14:55:28 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2013-01-16 14:55:28 +0000 |
commit | ca547dbbb1e10c801158f2eecaf3d49e1071b0e3 (patch) | |
tree | 55b8bf41c4f5dbe1da3e27bb6892b240e3edad43 /lib/Format/UnwrappedLineParser.cpp | |
parent | 8fa37999164844a926448ef4656bbf7c42070235 (diff) |
Add debugging support for split penalties.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172616 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.cpp')
-rw-r--r-- | lib/Format/UnwrappedLineParser.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp index e8b334bb3d..89ab0ed169 100644 --- a/lib/Format/UnwrappedLineParser.cpp +++ b/lib/Format/UnwrappedLineParser.cpp @@ -20,7 +20,6 @@ #include "clang/Basic/Diagnostic.h" #include "llvm/Support/Debug.h" -#include "llvm/Support/raw_ostream.h" #include "UnwrappedLineParser.h" // Uncomment to get debug output from tests: |