summaryrefslogtreecommitdiff
path: root/common/main.c
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 17:02:27 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 17:02:27 +0200
commit31466294b0c4ff372288229b0997de51f8ecaf3f (patch)
treed8a70736615e7e0ee37a3fbc0a8a06b4dcc6b00e /common/main.c
parentb66eb5282d568225abad5b3b61cc0968be35fc0d (diff)
Remove unneeded #include <malloc.h>
Patch by Ladislav Michl, 22 Feb 2005
Diffstat (limited to 'common/main.c')
-rw-r--r--common/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/main.c b/common/main.c
index 9f649dbcd..29226244a 100644
--- a/common/main.c
+++ b/common/main.c
@@ -26,7 +26,6 @@
#include <common.h>
#include <watchdog.h>
#include <command.h>
-#include <malloc.h>
#ifdef CFG_HUSH_PARSER
#include <hush.h>