mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
* Remove include.
This commit is contained in:
parent
8ebe0466a0
commit
e80af3ed34
@ -30,7 +30,7 @@
|
||||
*/
|
||||
|
||||
|
||||
/* $Id: malloc.c,v 1.2 2006/08/11 13:41:31 bg- Exp $ */
|
||||
/* $Id: malloc.c,v 1.3 2007/01/25 18:19:57 bg- Exp $ */
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
@ -38,7 +38,6 @@
|
||||
#include "malloc.h"
|
||||
char mymem[256];
|
||||
#else
|
||||
#include <sys/unistd.h>
|
||||
#include "contiki.h"
|
||||
#include "lib/malloc.h"
|
||||
#endif /* !MALLOC_TEST */
|
||||
|
@ -28,11 +28,10 @@
|
||||
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
/* $Id: realloc.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $ */
|
||||
/* $Id: realloc.c,v 1.2 2007/01/25 18:19:57 bg- Exp $ */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/unistd.h>
|
||||
|
||||
#ifdef MALLOC_TEST
|
||||
#include "malloc.h"
|
||||
|
Loading…
Reference in New Issue
Block a user