Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / include / llvm / DebugInfo.h
index 206f49113e148d66cf20f5bcefc7c2a868cf1c62..4db4a356dfaec0b175a10919ca120ff5d435cd8d 100644 (file)
 #ifndef LLVM_DEBUGINFO_H
 #define LLVM_DEBUGINFO_H
 
-#include "llvm/Support/Casting.h"
 #include "llvm/ADT/DenseMap.h"
 #include "llvm/ADT/SmallPtrSet.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
 #include "llvm/IR/Metadata.h"
+#include "llvm/Support/Casting.h"
 #include "llvm/Support/Dwarf.h"
 
 namespace llvm {