summaryrefslogtreecommitdiff
path: root/include/llvm/LineEditor/LineEditor.h
diff options
context:
space:
mode:
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>