linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH] double inclusions
@ 2006-11-14  9:00 Nicolas Kaiser
  2006-11-21 17:09 ` Josh Triplett
  0 siblings, 1 reply; 4+ messages in thread
From: Nicolas Kaiser @ 2006-11-14  9:00 UTC (permalink / raw)
  To: linux-sparse

Remove two double inclusions.

Signed-off-by: Nicolas Kaiser <nikai@nikai.net>
---

 expression.c |    1 -
 symbol.c     |    1 -
 2 files changed, 2 deletions(-)

diff -uprN sparse-0.1.orig/expression.c sparse-0.1/expression.c
--- sparse-0.1.orig/expression.c	2006-11-06 20:26:11.000000000 +0100
+++ sparse-0.1/expression.c	2006-11-14 09:34:22.000000000 +0100
@@ -20,7 +20,6 @@
 
 #include "lib.h"
 #include "allocate.h"
-#include "allocate.h"
 #include "token.h"
 #include "parse.h"
 #include "symbol.h"
diff -uprN sparse-0.1.orig/symbol.c sparse-0.1/symbol.c
--- sparse-0.1.orig/symbol.c	2006-11-06 20:26:11.000000000 +0100
+++ sparse-0.1/symbol.c	2006-11-14 09:35:16.000000000 +0100
@@ -8,7 +8,6 @@
  */
 #include <stdlib.h>
 #include <stdio.h>
-#include <stdlib.h>
 #include <string.h>
 
 #include "lib.h"

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

end of thread, other threads:[~2006-11-28 20:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-14  9:00 [TRIVIAL][PATCH] double inclusions Nicolas Kaiser
2006-11-21 17:09 ` Josh Triplett
2006-11-23  7:47   ` [PATCH] Fix warning on self check Christopher Li
2006-11-28 20:42     ` Josh Triplett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).