Sort headers

llvm-svn: 282498
This commit is contained in:
Adam Nemet 2016-09-27 16:15:11 +00:00
parent 498db35705
commit e7e8891f55

View File

@ -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 <functional>
#include <string>