diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-01-13 08:04:33 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-01-13 08:04:33 +0000 |
| commit | 07baed53e8245bb8d482615fccab3d90b81b6e7c (patch) | |
| tree | 1ce2045bec48cc8426afafc30088f0bae64be963 /llvm/tools/lli/Unix | |
| parent | 1b3304de4d531e59e784e2569ef912c7a7672f00 (diff) | |
| download | bcm5719-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/Unix')
| -rw-r--r-- | llvm/tools/lli/Unix/RemoteTargetExternal.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/lli/Unix/RemoteTargetExternal.inc b/llvm/tools/lli/Unix/RemoteTargetExternal.inc index 9c1a4cc3155..481c1d51569 100644 --- a/llvm/tools/lli/Unix/RemoteTargetExternal.inc +++ b/llvm/tools/lli/Unix/RemoteTargetExternal.inc @@ -12,10 +12,10 @@ // //===----------------------------------------------------------------------===// -#include <unistd.h> #include <stdio.h> #include <stdlib.h> #include <sys/wait.h> +#include <unistd.h> namespace { |

