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:
Zoltan Szabadka 2015-08-11 11:07:26 +02:00
parent 421e4ed436
commit 944c3b8290

View File

@ -13,7 +13,6 @@
limitations under the License.
*/
#include <malloc.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>