summaryrefslogtreecommitdiff
path: root/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
commit183797ed24d24f6dad3755e37e6053d60916dd5f (patch)
treecf80139221ec07d4594bd80b08ca02b77ce0a598 /projects
parentf010c464a11444733ec67e31aace8bcebeaf2588 (diff)
downloadllvm-183797ed24d24f6dad3755e37e6053d60916dd5f.tar.gz
llvm-183797ed24d24f6dad3755e37e6053d60916dd5f.tar.bz2
llvm-183797ed24d24f6dad3755e37e6053d60916dd5f.tar.xz
Clean up the sample include orderings, not that it really matters...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169253 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'projects')
-rw-r--r--projects/sample/tools/sample/main.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/sample/tools/sample/main.c b/projects/sample/tools/sample/main.c
index 2880265f84..ec0c3df605 100644
--- a/projects/sample/tools/sample/main.c
+++ b/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)
{