mirror of
https://github.com/google/brotli.git
synced 2024-11-22 11:40:06 +00:00
Remove non-standard <malloc.h> from decode.c
The already included <stdlib.h> is enough for the malloc/free calls.
This commit is contained in:
parent
421e4ed436
commit
944c3b8290
@ -13,7 +13,6 @@
|
||||
limitations under the License.
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user