noice

small file browser
git clone git://git.2f30.org/noice
Log | Files | Refs | README | LICENSE

commit f6fd1cc02fa33a62d1f01cbabac220c0f67b27c5
parent ee72ebd042e395e8c646a14d26d60fb99a8faa90
Author: lostd <lostd@2f30.org>
Date:   Tue,  9 Jun 2015 09:12:17 +0100

Sort includes

Diffstat:
Mnoice.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/noice.c b/noice.c @@ -2,18 +2,18 @@ #include <sys/types.h> #include <sys/wait.h> +#include <curses.h> +#include <dirent.h> #include <errno.h> #include <fcntl.h> -#include <dirent.h> -#include <curses.h> #include <libgen.h> #include <limits.h> #include <locale.h> #include <regex.h> +#include <signal.h> #include <stdarg.h> -#include <stdlib.h> #include <stdio.h> -#include <signal.h> +#include <stdlib.h> #include <string.h> #include <unistd.h>