double include of a header file

Joe (josepha48@yahoo.com)
Tue, 10 Aug 1999 08:45:47 -0700 (PDT)


Hi,
I am not a C expert so can someone tell me what the benifits
/ disadvantages of the following lines of code are if there are
any? The reason I am writning these lists is that I found this
code in the kernel..

#include <asm/irq.h>
#include <asm/system.h>
#include <asm/irq.h>

Joe
_____________________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/