summaryrefslogtreecommitdiffstats
path: root/scripts/bareboxenv.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-01-20 16:26:50 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-01-20 16:33:02 +0100
commit4e6c5d5ff0c23bfbdcfb06b1398310411678f8ce (patch)
tree09b8f7e16de791342e3886817c101847362d3c94 /scripts/bareboxenv.c
parent0c97dd006198dac14acc8e1dca1b57f2c4ad12b3 (diff)
downloadbarebox-4e6c5d5ff0c23bfbdcfb06b1398310411678f8ce.tar.gz
barebox-4e6c5d5ff0c23bfbdcfb06b1398310411678f8ce.tar.xz
scripts: remove now unnecessary include
include/environment.h is no longer necessary to build scripts/bareboxenv, so remove its inclusion. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'scripts/bareboxenv.c')
-rw-r--r--scripts/bareboxenv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bareboxenv.c b/scripts/bareboxenv.c
index 707d63dd81..9284c0b083 100644
--- a/scripts/bareboxenv.c
+++ b/scripts/bareboxenv.c
@@ -118,7 +118,6 @@ char *concat_subpath_file(const char *path, const char *f)
#include "../include/envfs.h"
#include "../crypto/crc32.c"
#include "../lib/make_directory.c"
-#include "../include/environment.h"
#include "../common/environment.c"
void usage(char *prgname)