Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / include / llvm / ADT / PointerUnion.h
index 05d362feab22b4d3d68e95f4ab1b90c112435cd9..8cbe8d1df7510c529afb646c118ba6aa6439a1b5 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef LLVM_ADT_POINTERUNION_H
 #define LLVM_ADT_POINTERUNION_H
 
-#include "llvm/Support/Compiler.h"
 #include "llvm/ADT/PointerIntPair.h"
+#include "llvm/Support/Compiler.h"
 
 namespace llvm {