summaryrefslogtreecommitdiffstats
path: root/llvm/projects
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 10:46:21 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 10:46:21 +0000
commit2b45069fa7e6bcbdac9fb079cd836a03d370175f (patch)
tree0cac26bb3cc27c07925cb31f568da4983ac5a11d /llvm/projects
parent4d88a1c2332590dfbcff44f816e6fd5796dc1889 (diff)
downloadbcm5719-llvm-2b45069fa7e6bcbdac9fb079cd836a03d370175f.tar.gz
bcm5719-llvm-2b45069fa7e6bcbdac9fb079cd836a03d370175f.zip
Clean up the sample include orderings, not that it really matters...
llvm-svn: 169253
Diffstat (limited to 'llvm/projects')
-rw-r--r--llvm/projects/sample/tools/sample/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/projects/sample/tools/sample/main.c b/llvm/projects/sample/tools/sample/main.c
index 2880265f845..ec0c3df605e 100644
--- a/llvm/projects/sample/tools/sample/main.c
+++ b/llvm/projects/sample/tools/sample/main.c
@@ -1,10 +1,8 @@
+#include "sample.h"
#include <stdio.h>
#include <stdlib.h>
-
#include <unistd.h>
-#include "sample.h"
-
int
main (int argc, char ** argv)
{
OpenPOWER on IntegriCloud