9
0
Fork 0

tlsf_malloc: drop duplicate include

config.h is not need and already inclued by Makefile

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2013-03-06 10:29:31 +01:00 committed by Sascha Hauer
parent 092bfd5eb5
commit 6640f5e399
1 changed files with 0 additions and 2 deletions

View File

@ -17,10 +17,8 @@
*
*/
#include <config.h>
#include <malloc.h>
#include <string.h>
#include <malloc.h>
#include <stdio.h>
#include <module.h>