From: Chandler Carruth Date: Tue, 4 Dec 2012 10:46:21 +0000 (+0000) Subject: Clean up the sample include orderings, not that it really matters... X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=183797ed24d24f6dad3755e37e6053d60916dd5f;p=oota-llvm.git 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 --- diff --git a/projects/sample/tools/sample/main.c b/projects/sample/tools/sample/main.c index 2880265f845..ec0c3df605e 100644 --- a/projects/sample/tools/sample/main.c +++ b/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) {