diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2013-03-25 23:00:35 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2013-03-25 23:02:38 +0100 |
commit | 54879fe10a5490d4b053f84b5e7c31ed9c2b1729 (patch) | |
tree | 8ddb4bdde977645f54fda463b54d7cf88b5ef086 /src/mediactl.c | |
parent | 88c1d54e9e9950ef3b8b2ac7a9752493c46dd5e4 (diff) |
Sort headers alphabetically
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/mediactl.c')
-rw-r--r-- | src/mediactl.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mediactl.c b/src/mediactl.c index 46562de..d3eb7bd 100644 --- a/src/mediactl.c +++ b/src/mediactl.c @@ -25,16 +25,16 @@ #include <sys/stat.h> #include <sys/types.h> -#include <unistd.h> +#include <errno.h> +#include <fcntl.h> #include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <fcntl.h> -#include <errno.h> +#include <unistd.h> -#include <linux/videodev2.h> #include <linux/media.h> +#include <linux/videodev2.h> #include "mediactl.h" #include "tools.h" |