Change #include order to fix warning
[platform/upstream/busybox.git] / libpwdgrp / pwent.c
index 133fa45..4a80093 100644 (file)
 #include <unistd.h>
 #include <stdlib.h>
 #include <errno.h>
-#include "pwd_.h"
 #include <fcntl.h>
 
 #include "busybox.h"
+#include "pwd_.h"
+
 /*
  * setpwent(), endpwent(), and getpwent() are included in the same object
  * file, since one cannot be used without the other two, so it makes sense to