1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Clean up the sample include orderings, not that it really matters...

llvm-svn: 169253
This commit is contained in:
Chandler Carruth 2012-12-04 10:46:21 +00:00
parent 800daa7d3d
commit d8509cd2b1

View 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)
{