diff options
author | Aaron Marcher <me@drkhsh.at> | 2018-05-07 11:21:59 +0200 |
---|---|---|
committer | Aaron Marcher <me@drkhsh.at> | 2018-05-07 11:21:59 +0200 |
commit | 1ff009c456ee1464110ef892a4c26e15aebda3f9 (patch) | |
tree | f7d4599f6f9eea2327c9bc11b87a52864d3c526e /components/num_files.c | |
parent | 8d8135a3c3319f5e7602686aad16a9d18f948b39 (diff) |
Unify header includes
- Sort Alphabetically
- Same indentation for preprocessor clauses
Diffstat (limited to 'components/num_files.c')
-rw-r--r-- | components/num_files.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/num_files.c b/components/num_files.c index 1a918ac..ab43694 100644 --- a/components/num_files.c +++ b/components/num_files.c @@ -1,6 +1,6 @@ /* See LICENSE file for copyright and license details. */ -#include <errno.h> #include <dirent.h> +#include <errno.h> #include <stdio.h> #include <string.h> |