summaryrefslogtreecommitdiff
path: root/include/llvm/LineEditor/LineEditor.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 10:07:28 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 10:07:28 +0000
commit1decd56b8dec415b9d2270d636226b9fdb0b9c25 (patch)
treeb75f2314a1630f5107e2b3e087c22978f6f98235 /include/llvm/LineEditor/LineEditor.h
parentefba32f21b84dd3e6160dabf5544b877aa614205 (diff)
downloadllvm-1decd56b8dec415b9d2270d636226b9fdb0b9c25.tar.gz
llvm-1decd56b8dec415b9d2270d636226b9fdb0b9c25.tar.bz2
llvm-1decd56b8dec415b9d2270d636226b9fdb0b9c25.tar.xz
[cleanup] Re-sort all the includes with utils/sort_includes.py.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/LineEditor/LineEditor.h')
-rw-r--r--include/llvm/LineEditor/LineEditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/LineEditor/LineEditor.h b/include/llvm/LineEditor/LineEditor.h
index 7ac9b57323..cde57b8a92 100644
--- a/include/llvm/LineEditor/LineEditor.h
+++ b/include/llvm/LineEditor/LineEditor.h
@@ -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>