]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/BrotliCustomDecompressLib/dec/prefix.h
MdeModulePkg: Update Brotli DecompressLib to the latest v1.0.6
[mirror_edk2.git] / MdeModulePkg / Library / BrotliCustomDecompressLib / dec / prefix.h
index 60064964334631a010b8e93bfc915188fc5c0c56..39cb459208318355a0d5a0a7a8af8b5fc5c78823 100644 (file)
@@ -5,17 +5,16 @@
 */\r
 \r
 /* Lookup tables to map prefix codes to value ranges. This is used during\r
-   decoding of the block lengths, literal insertion lengths and copy lengths.\r
-*/\r
+   decoding of the block lengths, literal insertion lengths and copy lengths. */\r
 \r
 #ifndef BROTLI_DEC_PREFIX_H_\r
 #define BROTLI_DEC_PREFIX_H_\r
 \r
 #include "../common/constants.h"\r
-#include "../common/types.h"\r
+#include <brotli/types.h>\r
 \r
-/* Represents the range of values belonging to a prefix code: */\r
-/* [offset, offset + 2^nbits) */\r
+/* Represents the range of values belonging to a prefix code:\r
+   [offset, offset + 2^nbits) */\r
 struct PrefixCodeRange {\r
   uint16_t offset;\r
   uint8_t nbits;\r