Skip to content

Commit b286a88

Browse files
committed
clang-format includes
1 parent 7158e15 commit b286a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flang/include/flang/Common/ISO_Fortran_binding_wrapper.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*===-- include/flang/Common/ISO_Fortran_binding_wrapper.h ----------*- C -*-===
1+
/*===-- include/flang/Common/ISO_Fortran_binding_wrapper.h --------*- C++ -*-===
22
*
33
* Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
* See https://llvm.org/LICENSE.txt for license information.

flang/include/flang/Frontend/CompilerInvocation.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#include "flang/Lower/LoweringOptions.h"
2121
#include "flang/Parser/parsing.h"
2222
#include "flang/Semantics/semantics.h"
23-
#include "mlir/Support/Timing.h"
2423
#include "flang/Support/LangOptions.h"
24+
#include "mlir/Support/Timing.h"
2525
#include "clang/Basic/Diagnostic.h"
2626
#include "clang/Basic/DiagnosticOptions.h"
2727
#include "llvm/Option/ArgList.h"

0 commit comments

Comments
 (0)