aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b/lzp
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-18 17:23:25 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-18 17:23:25 +0100
commit619fa016bbc4ddd8d4a670cf3f8aa63617473b2f (patch)
tree3b526a071b715452beadf168e3c6fc898b5fe48c /libpsn00b/lzp
parent8b6a76055ca426c494e16042e21f5e19b870b2ac (diff)
downloadpsn00bsdk-619fa016bbc4ddd8d4a670cf3f8aa63617473b2f.tar.gz
Deprecated malloc.h, moved int*_t types to stdint.h
Diffstat (limited to 'libpsn00b/lzp')
-rw-r--r--libpsn00b/lzp/compress.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpsn00b/lzp/compress.c b/libpsn00b/lzp/compress.c
index 5969dd6..9cfc64d 100644
--- a/libpsn00b/lzp/compress.c
+++ b/libpsn00b/lzp/compress.c
@@ -3,7 +3,6 @@
#include <string.h>
#if LZP_USE_MALLOC == TRUE
#include <stdlib.h>
-#include <malloc.h>
#endif
#include "lzconfig.h"