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/options.c | |
parent | 88c1d54e9e9950ef3b8b2ac7a9752493c46dd5e4 (diff) |
Sort headers alphabetically
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/options.c')
-rw-r--r-- | src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.c b/src/options.c index 4dc542f..4435d0b 100644 --- a/src/options.c +++ b/src/options.c @@ -19,9 +19,9 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include <stdlib.h> #include <getopt.h> #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include "options.h" |