diff options
Diffstat (limited to 'contrib/llvm-project/clang/lib/Format/BreakableToken.h')
-rw-r--r-- | contrib/llvm-project/clang/lib/Format/BreakableToken.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/llvm-project/clang/lib/Format/BreakableToken.h b/contrib/llvm-project/clang/lib/Format/BreakableToken.h index e7c0680641e2..8b9360a3335e 100644 --- a/contrib/llvm-project/clang/lib/Format/BreakableToken.h +++ b/contrib/llvm-project/clang/lib/Format/BreakableToken.h @@ -18,11 +18,8 @@ #define LLVM_CLANG_LIB_FORMAT_BREAKABLETOKEN_H #include "Encoding.h" -#include "TokenAnnotator.h" #include "WhitespaceManager.h" #include "llvm/ADT/StringSet.h" -#include "llvm/Support/Regex.h" -#include <utility> namespace clang { namespace format { |