[PATCH 02/20] tlsf_malloc: drop duplicate include

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Wed Mar 6 04:29:31 EST 2013


config.h is not need and already inclued by Makefile

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
 common/tlsf_malloc.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/common/tlsf_malloc.c b/common/tlsf_malloc.c
index 5c5bb61..cd01b56 100644
--- a/common/tlsf_malloc.c
+++ b/common/tlsf_malloc.c
@@ -17,10 +17,8 @@
  *
  */
 
-#include <config.h>
 #include <malloc.h>
 #include <string.h>
-#include <malloc.h>
 
 #include <stdio.h>
 #include <module.h>
-- 
1.7.10.4




More information about the barebox mailing list