Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit bf2f7ba

Browse files
committed
Sort headers
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282498 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 4a0cf28 commit bf2f7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/llvm/IR/DiagnosticInfo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
#ifndef LLVM_IR_DIAGNOSTICINFO_H
1616
#define LLVM_IR_DIAGNOSTICINFO_H
1717

18+
#include "llvm-c/Types.h"
1819
#include "llvm/ADT/Optional.h"
1920
#include "llvm/ADT/StringRef.h"
2021
#include "llvm/ADT/Twine.h"
2122
#include "llvm/IR/DebugLoc.h"
2223
#include "llvm/Support/CBindingWrapping.h"
23-
#include "llvm-c/Types.h"
2424
#include <functional>
2525
#include <string>
2626

0 commit comments

Comments
 (0)