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)
llvm-svn: 169253

llvm/projects/sample/tools/sample/main.c

index 2880265..ec0c3df 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)
 {