Clean up the sample include orderings, not that it really matters...
authorChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 10:46:21 +0000 (10:46 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 4 Dec 2012 10:46:21 +0000 (10:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169253 91177308-0d34-0410-b5e6-96231b3b80d8

projects/sample/tools/sample/main.c

index 2880265f8450bc5ff448a863e526d7be75ac3ae2..ec0c3df605e9eab5247ee5636975b76b6a5a1178 100644 (file)
@@ -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)
 {