Skip to content

Commit ae22409

Browse files
committed
Fix header ordering
1 parent f039213 commit ae22409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/DebugInfo/GSYM/DwarfTransformer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
#define LLVM_DEBUGINFO_GSYM_DWARFTRANSFORMER_H
1111

1212
#include "llvm/ADT/StringRef.h"
13-
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
1413
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
14+
#include "llvm/DebugInfo/GSYM/ExtractRanges.h"
1515
#include "llvm/Support/Error.h"
1616

1717
namespace llvm {

0 commit comments

Comments
 (0)