diff options
author | Tom Rini <trini@konsulko.com> | 2018-11-26 22:52:19 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-11-26 22:52:19 -0500 |
commit | 5d5833af64bbafb308b3a2415e3186def678861b (patch) | |
tree | 4d6f9762fb060dee45f5771604d61d5906aa5d66 /tools | |
parent | 430c166bcedd22e0ce93ce298747275f814b172f (diff) | |
parent | 70c44f171882768fc6e4dcb0435110b7f897d02e (diff) |
Merge branch '2018-11-26-master-imports'
- chiliboard updates
- misc TI platform updates
Diffstat (limited to 'tools')
-rw-r--r-- | tools/file2include.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/file2include.c b/tools/file2include.c index b98af30a72..775440cba9 100644 --- a/tools/file2include.c +++ b/tools/file2include.c @@ -18,7 +18,6 @@ #include <stdio.h> #include <stdlib.h> #include <stdint.h> -#include <malloc.h> /* Size of the blocks written to the compressed file */ #define BLOCK_SIZE 8 |