skip_whitespace() shouldn't claim its return value is const, it doesn't know
[oweals/busybox.git] / libpwdgrp / pwd_grp.c
index 4f4e0410f75b6a62c8229c071ddd33fe085636cf..98ecf40a366cf52bbbb8aab5c0bda33ea81360d8 100644 (file)
@@ -17,6 +17,7 @@
  *
  */
 
+#include "libbb.h"
 #include <features.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <assert.h>
 #include <ctype.h>
 
-#include "pwd_.h"
-#include "grp_.h"
-#include "shadow_.h"
-#include "libbb.h"
+//#include "pwd_.h"
+//#include "grp_.h"
+//#include "shadow_.h"
 
 #ifndef _PATH_SHADOW
 #define        _PATH_SHADOW    "/etc/shadow"