]> granicus.if.org Git - llvm/commitdiff
Sort headers
authorAdam Nemet <anemet@apple.com>
Tue, 27 Sep 2016 16:15:11 +0000 (16:15 +0000)
committerAdam Nemet <anemet@apple.com>
Tue, 27 Sep 2016 16:15:11 +0000 (16:15 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282498 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/DiagnosticInfo.h

index 19f7c1efbfb24c77e6a300f5ceb2877bcc872fcb..b8516ba163d4649c010e4f5ad39e42907e1ce7f5 100644 (file)
 #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 <functional>
 #include <string>