Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / include / llvm / ADT / Optional.h
index 194e53fac21369df80da5976637a094474432b04..56033c074b51ab37760ddfc5eede09558bfaae51 100644 (file)
@@ -17,8 +17,8 @@
 #define LLVM_ADT_OPTIONAL_H
 
 #include "llvm/ADT/None.h"
-#include "llvm/Support/Compiler.h"
 #include "llvm/Support/AlignOf.h"
+#include "llvm/Support/Compiler.h"
 #include <cassert>
 
 #if LLVM_HAS_RVALUE_REFERENCES