You may see code that does not #include
directly. But if you inspect the preprocessed code I'm certain you'll find that that code did include the header - but indirectly through some other header.
This is fragile and you shouldn't do it. But that doesn't mean it does not work.