On Feb 1, 2022, at 22:12, Tim Horton <timothy_horton@apple.com> wrote:Question: If they're flattened in the SDK, and not flattened in the source tree, which include path do we use when including a WTF header in e.g. WebCore?Right now you say `#include <wtf/text/WTFString.h>`. In your world, would you say `#include <wtf/WTFString.h>`?
If yes, how does that work for the other build systems that are building with the full source tree? (maybe we have all directories in WTF listed as header search paths, or something? or maybe they look in `usr/lib/include/wtf` in the build directory?)