[Mlir-commits] [mlir] 5204259 - Apply clang-tidy fixes for llvm-include-order in FileUtilities.cpp (NFC)
Mehdi Amini
llvmlistbot at llvm.org
Tue Nov 22 16:53:01 PST 2022
Author: Mehdi Amini
Date: 2022-11-23T00:52:34Z
New Revision: 5204259fe8cc0d7e4a28be8c7d5f3555f17849c1
URL: https://github.com/llvm/llvm-project/commit/5204259fe8cc0d7e4a28be8c7d5f3555f17849c1
DIFF: https://github.com/llvm/llvm-project/commit/5204259fe8cc0d7e4a28be8c7d5f3555f17849c1.diff
LOG: Apply clang-tidy fixes for llvm-include-order in FileUtilities.cpp (NFC)
Added:
Modified:
mlir/lib/Support/FileUtilities.cpp
Removed:
################################################################################
diff --git a/mlir/lib/Support/FileUtilities.cpp b/mlir/lib/Support/FileUtilities.cpp
index 09145b2b96916..67f0bb3933559 100644
--- a/mlir/lib/Support/FileUtilities.cpp
+++ b/mlir/lib/Support/FileUtilities.cpp
@@ -10,12 +10,12 @@
//
//===----------------------------------------------------------------------===//
+#include "mlir/Support/FileUtilities.h"
+#include "mlir/Support/LLVM.h"
#include "llvm/Support/Alignment.h"
#include "llvm/Support/FileUtilities.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/ToolOutputFile.h"
-#include "mlir/Support/FileUtilities.h"
-#include "mlir/Support/LLVM.h"
using namespace mlir;
More information about the Mlir-commits
mailing list