Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / ADT / FoldingSet.h
index 375d84abebdd717ace316286faace6b15d665cb7..91794dea69819c4469a4ab863557400fbda7e62b 100644 (file)
@@ -16,9 +16,9 @@
 #ifndef LLVM_ADT_FOLDINGSET_H
 #define LLVM_ADT_FOLDINGSET_H
 
-#include "llvm/Support/DataTypes.h"
 #include "llvm/ADT/SmallVector.h"
 #include "llvm/ADT/StringRef.h"
+#include "llvm/Support/DataTypes.h"
 
 namespace llvm {
   class APFloat;