All of lore.kernel.org
 help / color / mirror / Atom feed
From: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
To: kvm@vger.kernel.org
Subject: [PATCH] qemu: remove duplicated inclusion of signal.h in qemu-kvm.h
Date: Wed, 16 Jul 2008 05:10:25 -0500	[thread overview]
Message-ID: <20080716101025.GB19629@tapir> (raw)

added by mistake as part of 4820cce75999b2673a964eb87601229a4bd78ad9

Signed-off-by: Carlo Marcelo Arenas Belon <carenas@sajinet.com.pe>
---
 qemu/qemu-kvm.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/qemu/qemu-kvm.h b/qemu/qemu-kvm.h
index 8b7dcde..7e28428 100644
--- a/qemu/qemu-kvm.h
+++ b/qemu/qemu-kvm.h
@@ -12,8 +12,6 @@
 
 #include <signal.h>
 
-#include <signal.h>
-
 int kvm_main_loop(void);
 int kvm_qemu_init(void);
 int kvm_qemu_create_context(void);
-- 
1.5.4.5


             reply	other threads:[~2008-07-16  9:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-16 10:10 Carlo Marcelo Arenas Belon [this message]
2008-07-19  8:01 ` [PATCH] qemu: remove duplicated inclusion of signal.h in qemu-kvm.h Avi Kivity

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=20080716101025.GB19629@tapir \
    --to=carenas@sajinet.com.pe \
    --cc=kvm@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.