Skip to content

Commit

Permalink
[clang-format] Make header self-contained
Browse files Browse the repository at this point in the history
These includes were removed in 426e694
  • Loading branch information
d0k committed Mar 18, 2024
1 parent 3493438 commit f362e12
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions clang/lib/Format/FormatInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
#ifndef LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H
#define LLVM_CLANG_LIB_FORMAT_FORMATINTERNAL_H

#include "clang/Basic/LLVM.h"
#include "clang/Format/Format.h"
#include "clang/Tooling/Core/Replacement.h"
#include <utility>

namespace clang {
namespace format {
namespace internal {
Expand Down

0 comments on commit f362e12

Please sign in to comment.