aboutsummaryrefslogtreecommitdiff
path: root/coreutils/printenv.c
diff options
context:
space:
mode:
authorvda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-31 22:42:12 +0000
committervda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277>2007-05-31 22:42:12 +0000
commit4ab25db9aad167a3a3be5a3764d63d44d14bfdac (patch)
tree5966d651dcb5588e24106791f9cd3647f358112b /coreutils/printenv.c
parent3ea433409694393b67dd9dee3b184268ab75ac56 (diff)
downloadbusybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.gz
busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.tar.bz2
busybox-w32-4ab25db9aad167a3a3be5a3764d63d44d14bfdac.zip
delete tons of extra #includes
git-svn-id: svn://busybox.net/trunk/busybox@18717 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'coreutils/printenv.c')
-rw-r--r--coreutils/printenv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/coreutils/printenv.c b/coreutils/printenv.c
index 0e69ff217..2531d5a23 100644
--- a/coreutils/printenv.c
+++ b/coreutils/printenv.c
@@ -8,9 +8,6 @@
8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. 8 * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
9 */ 9 */
10 10
11#include <stdio.h>
12#include <string.h>
13#include <stdlib.h>
14#include "libbb.h" 11#include "libbb.h"
15extern char **environ; 12extern char **environ;
16 13