summaryrefslogtreecommitdiffstats
path: root/include/environment.h
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 /include/environment.h
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 'include/environment.h')
-rw-r--r--include/environment.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/environment.h b/include/environment.h
index 6500ebb554..7bdd213a52 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -20,8 +20,6 @@
#ifndef _ENVIRONMENT_H_
#define _ENVIRONMENT_H_
-
-#ifdef __BAREBOX__
/**
* Managment of a environment variable
*/
@@ -74,8 +72,6 @@ int env_push_context(void);
int export(const char *);
-#endif /* __BAREBOX__ */
-
#endif /* _ENVIRONMENT_H_ */
/**