FastLED 3.9.15
Loading...
Searching...
No Matches
private.h
Go to the documentation of this file.
1#pragma once
2
3// IWYU pragma: private
4
5// Sentinel header for IWYU mappings. Do not include directly.
6// This exists so private headers can map to something that IWYU
7// will never recommend. Since this header is itself marked private
8// with no public replacement, IWYU will silently suppress the
9// suggestion rather than recommending a wrong header.