From 2b45069fa7e6bcbdac9fb079cd836a03d370175f Mon Sep 17 00:00:00 2001 From: Chandler Carruth Date: Tue, 4 Dec 2012 10:46:21 +0000 Subject: Clean up the sample include orderings, not that it really matters... llvm-svn: 169253 --- llvm/projects/sample/tools/sample/main.c | 4 +--- 1 file changed, 1 insertion(+), 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 #include - #include -#include "sample.h" - int main (int argc, char ** argv) { -- cgit v1.2.3