Re: dealing with excessive includes

From: Stefan Richter
Date: Mon Oct 23 2006 - 02:35:11 EST


Nick Piggin wrote:
...
> If you have an
>
> #ifndef _LINUX_INTERRUPT_H
> #error ...
>
> That almost explicitly tells you which is the correct file to include to
> get all definitions from this file. Wouldn't that help?

This can even be evaluated by a script that searches for required header
files, except if more than one of such clauses appear in a file.
--
Stefan Richter
-=====-=-==- =-=- =-===
http://arcgraph.de/sr/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/