Skip to content

Question: cleanup of potentially unused <cinttypes> includes in db/blob headers #14369

@arup-chauhan

Description

@arup-chauhan

Description:
While working on #13365 and my related PR (#14334), I noticed some db/blob headers include both <cstdint> and <cinttypes>.

From a quick scan, several of these headers appear to use fixed-width integer types (uint32_t/uint64_t) but do not appear to use PRI*/SCN* format macros directly.

Would it be okay to remove where it is not needed, while keeping for type definitions?

I’m asking first to align with project preference, especially if any of these includes are intentionally retained for downstream compatibility/include-order reasons.

If helpful, I can send a focused PR limited to db/blob include cleanup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions