Include file cleanups..
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 22 May 2005 18:54:17 +0000 (11:54 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 22 May 2005 18:54:17 +0000 (11:54 -0700)
Add <limits.h> to the include files handled by "cache.h", and remove
extraneous #include directives from various .c files. The rule is that
"cache.h" gets all the basic stuff, so that we'll have as few system
dependencies as possible.

No differences found