X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FLibrary%2FBrotliCustomDecompressLib%2Fdec%2Fdecode.c;fp=MdeModulePkg%2FLibrary%2FBrotliCustomDecompressLib%2Fdec%2Fdecode.c;h=7ba1d0512e251f806d56aff5b7c6c2791b8bf465;hp=0b3eca3644c850613f1addf7bc0268a553d92c82;hb=841b259062d5f71be41c7358217d3945038a37bf;hpb=36ff6d80192515d7bac78706aa6ffa290f8643a8 diff --git a/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.c b/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.c index 0b3eca3644..7ba1d0512e 100644 --- a/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.c +++ b/MdeModulePkg/Library/BrotliCustomDecompressLib/dec/decode.c @@ -10,8 +10,9 @@ #include #endif -#include /* free, malloc */ -#include /* memcpy, memset */ +//#include /* free, malloc */ +//#include /* memcpy, memset */ +#include #include "../common/constants.h" #include "../common/dictionary.h"