mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3] Nuke a few duplicate includes
@ 2008-01-02  2:39 Jesper Juhl
  2008-01-02  2:44 ` [PATCH 1/3] Nuke duplicate include from printk.c Jesper Juhl
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jesper Juhl @ 2008-01-02  2:39 UTC (permalink / raw)
  To: LKML; +Cc: Andrew Morton, Jesper Juhl

Including the same header twice (or more) in a .c file, outside any #ifdef's 
and whatnot,  serves no purpose except generating more work for the 
compiler, so here are 3 patches that get rid of some pointless duplicate 
includes.

Kind regards,
  Jesper Juhl <jesper.juhl@gmail.com>



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-01-02  2:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-02  2:39 [PATCH 0/3] Nuke a few duplicate includes Jesper Juhl
2008-01-02  2:44 ` [PATCH 1/3] Nuke duplicate include from printk.c Jesper Juhl
2008-01-02  2:45 ` [PATCH 2/3] Nuke a duplicate include from profile.c Jesper Juhl
2008-01-02  2:46 ` [PATCH 3/3] Nuke duplicate header from sysctl.c Jesper Juhl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome