[cleanup] Re-sort all the includes with utils/sort_includes.py.
[oota-llvm.git] / include / llvm / LineEditor / LineEditor.h
index 7ac9b5732354711eb9224d01184a2967963ef9f7..cde57b8a929d58ce73fa11c90a8c6602df1e5fd8 100644 (file)
@@ -10,9 +10,9 @@
 #ifndef LLVM_LINEEDITOR_LINEEDITOR_H
 #define LLVM_LINEEDITOR_LINEEDITOR_H
 
-#include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/OwningPtr.h"
+#include "llvm/ADT/StringRef.h"
 #include <stdio.h>
 #include <string>
 #include <vector>