[llvm-commits] [llvm] r169253 - /llvm/trunk/projects/sample/tools/sample/main.c

Chandler Carruth chandlerc at gmail.com
Tue Dec 4 02:46:22 PST 2012


Author: chandlerc
Date: Tue Dec  4 04:46:21 2012
New Revision: 169253

URL: http://llvm.org/viewvc/llvm-project?rev=169253&view=rev
Log:
Clean up the sample include orderings, not that it really matters...

Modified:
    llvm/trunk/projects/sample/tools/sample/main.c

Modified: llvm/trunk/projects/sample/tools/sample/main.c
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/projects/sample/tools/sample/main.c?rev=169253&r1=169252&r2=169253&view=diff
==============================================================================
--- llvm/trunk/projects/sample/tools/sample/main.c (original)
+++ llvm/trunk/projects/sample/tools/sample/main.c Tue Dec  4 04:46:21 2012
@@ -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)
 {





More information about the llvm-commits mailing list