aboutsummaryrefslogtreecommitdiff
path: root/llvm/utils/FileUpdate/FileUpdate.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 10:37:14 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 10:37:14 +0000
commit91d19d8e930a955766fa69f1d847be89ead2f8c4 (patch)
tree272c55fc7295bc35478b35bde0c50b8161ebbb8d /llvm/utils/FileUpdate/FileUpdate.cpp
parent130cec21b9030cc83837f256276edfefdf6721da (diff)
downloadllvm-91d19d8e930a955766fa69f1d847be89ead2f8c4.zip
llvm-91d19d8e930a955766fa69f1d847be89ead2f8c4.tar.gz
llvm-91d19d8e930a955766fa69f1d847be89ead2f8c4.tar.bz2
Sort the #include lines for utils/...
I've tried to find main moudle headers where possible, but the TableGen stuff may warrant someone else looking at it. llvm-svn: 169251
Diffstat (limited to 'llvm/utils/FileUpdate/FileUpdate.cpp')
-rw-r--r--llvm/utils/FileUpdate/FileUpdate.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/utils/FileUpdate/FileUpdate.cpp b/llvm/utils/FileUpdate/FileUpdate.cpp
index 3ea1e4f..9b48f94 100644
--- a/llvm/utils/FileUpdate/FileUpdate.cpp
+++ b/llvm/utils/FileUpdate/FileUpdate.cpp
@@ -13,12 +13,12 @@
//
//===----------------------------------------------------------------------===//
+#include "llvm/ADT/OwningPtr.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/MemoryBuffer.h"
-#include "llvm/ADT/OwningPtr.h"
#include "llvm/Support/PrettyStackTrace.h"
-#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/Signals.h"
+#include "llvm/Support/ToolOutputFile.h"
#include "llvm/Support/system_error.h"
using namespace llvm;