Author: Benjamin Kramer
Date: 2024-03-18T11:23:38+01:00
New Revision: f362e12aab9ce07b836a2622fc987cda8b6ab6f8

URL: 
https://github.com/llvm/llvm-project/commit/f362e12aab9ce07b836a2622fc987cda8b6ab6f8
DIFF: 
https://github.com/llvm/llvm-project/commit/f362e12aab9ce07b836a2622fc987cda8b6ab6f8.diff

LOG: [clang-format] Make header self-contained

These includes were removed in 426e6945897afbec01c042bec4771522a2aac176

Added: 
    

Modified: 
    clang/lib/Format/FormatInternal.h

Removed: 
    


################################################################################
diff  --git a/clang/lib/Format/FormatInternal.h 
b/clang/lib/Format/FormatInternal.h
index 87974a853365c6..60c5bf6b786b04 100644
--- a/clang/lib/Format/FormatInternal.h
+++ b/clang/lib/Format/FormatInternal.h
@@ -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 {


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to