summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/ChildTarget/Unix
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-01-13 08:04:33 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-01-13 08:04:33 +0000
commit07baed53e8245bb8d482615fccab3d90b81b6e7c (patch)
tree1ce2045bec48cc8426afafc30088f0bae64be963 /llvm/tools/lli/ChildTarget/Unix
parent1b3304de4d531e59e784e2569ef912c7a7672f00 (diff)
downloadbcm5719-llvm-07baed53e8245bb8d482615fccab3d90b81b6e7c.tar.gz
bcm5719-llvm-07baed53e8245bb8d482615fccab3d90b81b6e7c.zip
Re-sort #include lines again, prior to moving headers around.
llvm-svn: 199080
Diffstat (limited to 'llvm/tools/lli/ChildTarget/Unix')
-rw-r--r--llvm/tools/lli/ChildTarget/Unix/ChildTarget.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/ChildTarget/Unix/ChildTarget.inc b/llvm/tools/lli/ChildTarget/Unix/ChildTarget.inc
index cc95810dc8c..c71e422c1ac 100644
--- a/llvm/tools/lli/ChildTarget/Unix/ChildTarget.inc
+++ b/llvm/tools/lli/ChildTarget/Unix/ChildTarget.inc
@@ -12,9 +12,9 @@
//
//===----------------------------------------------------------------------===//
-#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
+#include <unistd.h>
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
OpenPOWER on IntegriCloud