linux-sparse.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nicolas Kaiser <nikai@nikai.net>
To: linux-sparse@vger.kernel.org
Subject: [TRIVIAL][PATCH] double inclusions
Date: Tue, 14 Nov 2006 10:00:26 +0100	[thread overview]
Message-ID: <20061114100026.1f00f29b@lucky.kitzblitz> (raw)

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"

             reply	other threads:[~2006-11-14  9:02 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-14  9:00 Nicolas Kaiser [this message]
2006-11-21 17:09 ` [TRIVIAL][PATCH] double inclusions Josh Triplett
2006-11-23  7:47   ` [PATCH] Fix warning on self check Christopher Li
2006-11-28 20:42     ` Josh Triplett

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061114100026.1f00f29b@lucky.kitzblitz \
    --to=nikai@nikai.net \
    --cc=linux-sparse@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).