Skip to content

Commit 6ac91fb

Browse files
committed
formatting
1 parent 71695fe commit 6ac91fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/lib/Lex/HeaderMap.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
//===----------------------------------------------------------------------===//
1212

1313
#include "clang/Lex/HeaderMap.h"
14-
#include "clang/Lex/HeaderMapTypes.h"
1514
#include "clang/Basic/CharInfo.h"
1615
#include "clang/Basic/FileManager.h"
16+
#include "clang/Lex/HeaderMapTypes.h"
1717
#include "llvm/ADT/SmallString.h"
1818
#include "llvm/Support/Compiler.h"
1919
#include "llvm/Support/DataTypes.h"
20+
#include "llvm/Support/Debug.h"
2021
#include "llvm/Support/MathExtras.h"
2122
#include "llvm/Support/MemoryBuffer.h"
2223
#include "llvm/Support/SwapByteOrder.h"
2324
#include "llvm/Support/SystemZ/zOSSupport.h"
24-
#include "llvm/Support/Debug.h"
2525
#include <cstring>
2626
#include <memory>
2727
#include <optional>

0 commit comments

Comments
 (0)