From: Adam Nemet Date: Tue, 27 Sep 2016 16:15:11 +0000 (+0000) Subject: Sort headers X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bf2f7bab2e4e820087ad68f87c3135c23fc53bfe;p=llvm Sort headers git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282498 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/DiagnosticInfo.h b/include/llvm/IR/DiagnosticInfo.h index 19f7c1efbfb..b8516ba163d 100644 --- a/include/llvm/IR/DiagnosticInfo.h +++ b/include/llvm/IR/DiagnosticInfo.h @@ -15,12 +15,12 @@ #ifndef LLVM_IR_DIAGNOSTICINFO_H #define LLVM_IR_DIAGNOSTICINFO_H +#include "llvm-c/Types.h" #include "llvm/ADT/Optional.h" #include "llvm/ADT/StringRef.h" #include "llvm/ADT/Twine.h" #include "llvm/IR/DebugLoc.h" #include "llvm/Support/CBindingWrapping.h" -#include "llvm-c/Types.h" #include #include