Fix include order

This commit is contained in:
sin 2014-07-14 13:29:40 +01:00
parent 8fdc7d70bd
commit d10f04c473
1 changed files with 3 additions and 4 deletions

View File

@ -5,19 +5,18 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
#include <pwd.h>
#include <shadow.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <limits.h>
#include <shadow.h>
#include "config.h"
#include "passwd.h"
#include "util.h"
#include "text.h"
#include "util.h"
static void
usage(void)