[PR #1302] [MERGED] fix some includes #1882

Open
opened 2026-01-29 20:56:18 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1302
Author: @copybara-service[bot]
Created: 8/5/2025
Status: Merged
Merged: 8/5/2025
Merged by: @copybara-service[bot]

Base: masterHead: test_791063071


📝 Commits (1)

📊 Changes

68 files changed (+80 additions, -198 deletions)

View changed files

📝 c/common/constants.h (+0 -3)
📝 c/common/context.c (+1 -1)
📝 c/common/context.h (+1 -2)
📝 c/common/dictionary.h (+1 -2)
📝 c/common/platform.c (+0 -4)
📝 c/common/platform.h (+32 -15)
📝 c/common/shared_dictionary.c (+0 -4)
📝 c/common/shared_dictionary_internal.h (+1 -1)
📝 c/common/transform.h (+1 -2)
📝 c/dec/bit_reader.c (+0 -2)
📝 c/dec/bit_reader.h (+0 -4)
📝 c/dec/decode.c (+0 -3)
📝 c/dec/huffman.c (+0 -4)
📝 c/dec/huffman.h (+0 -2)
📝 c/dec/prefix.h (+1 -2)
📝 c/dec/state.c (+1 -4)
📝 c/dec/state.h (+0 -1)
📝 c/enc/backward_references.c (+4 -6)
📝 c/enc/backward_references.h (+1 -5)
📝 c/enc/backward_references_hq.c (+2 -4)

...and 48 more files

📄 Description

fix some includes


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1302 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 8/5/2025 **Status:** ✅ Merged **Merged:** 8/5/2025 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `test_791063071` --- ### 📝 Commits (1) - [`8a7201c`](https://github.com/google/brotli/commit/8a7201c6023297436d75d5b230f155d2ee3c18da) fix some includes ### 📊 Changes **68 files changed** (+80 additions, -198 deletions) <details> <summary>View changed files</summary> 📝 `c/common/constants.h` (+0 -3) 📝 `c/common/context.c` (+1 -1) 📝 `c/common/context.h` (+1 -2) 📝 `c/common/dictionary.h` (+1 -2) 📝 `c/common/platform.c` (+0 -4) 📝 `c/common/platform.h` (+32 -15) 📝 `c/common/shared_dictionary.c` (+0 -4) 📝 `c/common/shared_dictionary_internal.h` (+1 -1) 📝 `c/common/transform.h` (+1 -2) 📝 `c/dec/bit_reader.c` (+0 -2) 📝 `c/dec/bit_reader.h` (+0 -4) 📝 `c/dec/decode.c` (+0 -3) 📝 `c/dec/huffman.c` (+0 -4) 📝 `c/dec/huffman.h` (+0 -2) 📝 `c/dec/prefix.h` (+1 -2) 📝 `c/dec/state.c` (+1 -4) 📝 `c/dec/state.h` (+0 -1) 📝 `c/enc/backward_references.c` (+4 -6) 📝 `c/enc/backward_references.h` (+1 -5) 📝 `c/enc/backward_references_hq.c` (+2 -4) _...and 48 more files_ </details> ### 📄 Description fix some includes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:56:18 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1882