diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:41:23 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2013-04-08 18:41:23 +0000 |
commit | 4a16efa3e43e35f0cc9efe3a67f620f0017c3d36 (patch) | |
tree | 06099edc18d30894081a822b756f117cbe0b8207 /projects/sample/tools | |
parent | 482e7bddf617ae804dc47133cb07eb4aa81e45de (diff) |
Diffstat (limited to 'projects/sample/tools')
-rw-r--r-- | projects/sample/tools/sample/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/projects/sample/tools/sample/main.c b/projects/sample/tools/sample/main.c index 2880265f8450b..ec0c3df605e9e 100644 --- a/projects/sample/tools/sample/main.c +++ b/projects/sample/tools/sample/main.c @@ -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) { |