summaryrefslogtreecommitdiff
path: root/tools/lli
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 /tools/lli
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 'tools/lli')
-rw-r--r--tools/lli/ChildTarget/ChildTarget.cpp2
-rw-r--r--tools/lli/Unix/RPCChannel.inc1
2 files changed, 1 insertions, 2 deletions
diff --git a/tools/lli/ChildTarget/ChildTarget.cpp b/tools/lli/ChildTarget/ChildTarget.cpp
index 4603496c98..0d71b17c63 100644
--- a/tools/lli/ChildTarget/ChildTarget.cpp
+++ b/tools/lli/ChildTarget/ChildTarget.cpp
@@ -1,8 +1,8 @@
#include "llvm/Config/config.h"
-#include "llvm/Support/Memory.h"
#include "../RPCChannel.h"
#include "../RemoteTarget.h"
#include "../RemoteTargetMessage.h"
+#include "llvm/Support/Memory.h"
#include <assert.h>
#include <map>
#include <stdint.h>
diff --git a/tools/lli/Unix/RPCChannel.inc b/tools/lli/Unix/RPCChannel.inc
index 2a5d47650f..4d245d66c1 100644
--- a/tools/lli/Unix/RPCChannel.inc
+++ b/tools/lli/Unix/RPCChannel.inc
@@ -14,7 +14,6 @@
#include "llvm/Support/Errno.h"
#include "llvm/Support/raw_ostream.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <sys/wait.h>