From 7d219aab70e6951ab82c27c202cac05016696723 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Thu, 5 Oct 2006 10:17:08 +0000 Subject: build system overhaul --- applets/applets.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'applets/applets.c') diff --git a/applets/applets.c b/applets/applets.c index d615ffcd8..b1f580953 100644 --- a/applets/applets.c +++ b/applets/applets.c @@ -42,8 +42,6 @@ const size_t NUM_APPLETS = (sizeof (applets) / sizeof (struct BB_applet) - 1); #ifdef CONFIG_FEATURE_SUID_CONFIG #include -#include "pwd_.h" -#include "grp_.h" #define CONFIG_FILE "/etc/busybox.conf" -- cgit v1.2.3-55-g6feb