From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Cc: David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-trivial] [PATCH] sii3112: Change angle brackets to quotes in #include lines
Date: Tue, 30 Jan 2018 14:10:10 +0100 [thread overview]
Message-ID: <20180130131716.5899D7456D5@zero.eik.bme.hu> (raw)
This matches what other files do for qemu includes
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
hw/ide/sii3112.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/ide/sii3112.c b/hw/ide/sii3112.c
index 17aa930..e3896c6 100644
--- a/hw/ide/sii3112.c
+++ b/hw/ide/sii3112.c
@@ -12,8 +12,8 @@
* http://wiki.osdev.org/User:Quok/Silicon_Image_Datasheets
*/
-#include <qemu/osdep.h>
-#include <hw/ide/pci.h>
+#include "qemu/osdep.h"
+#include "hw/ide/pci.h"
#include "trace.h"
#define TYPE_SII3112_PCI "sii3112"
--
2.7.6
WARNING: multiple messages have this Message-ID (diff)
From: BALATON Zoltan <balaton@eik.bme.hu>
To: qemu-devel@nongnu.org, qemu-trivial@nongnu.org
Cc: David Gibson <david@gibson.dropbear.id.au>
Subject: [Qemu-devel] [PATCH] sii3112: Change angle brackets to quotes in #include lines
Date: Tue, 30 Jan 2018 14:10:10 +0100 [thread overview]
Message-ID: <20180130131716.5899D7456D5@zero.eik.bme.hu> (raw)
This matches what other files do for qemu includes
Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
---
hw/ide/sii3112.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/ide/sii3112.c b/hw/ide/sii3112.c
index 17aa930..e3896c6 100644
--- a/hw/ide/sii3112.c
+++ b/hw/ide/sii3112.c
@@ -12,8 +12,8 @@
* http://wiki.osdev.org/User:Quok/Silicon_Image_Datasheets
*/
-#include <qemu/osdep.h>
-#include <hw/ide/pci.h>
+#include "qemu/osdep.h"
+#include "hw/ide/pci.h"
#include "trace.h"
#define TYPE_SII3112_PCI "sii3112"
--
2.7.6
next reply other threads:[~2018-01-30 13:17 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-30 13:10 BALATON Zoltan [this message]
2018-01-30 13:10 ` [Qemu-devel] [PATCH] sii3112: Change angle brackets to quotes in #include lines BALATON Zoltan
2018-01-30 13:19 ` [Qemu-trivial] " Peter Maydell
2018-01-30 13:19 ` Peter Maydell
2018-01-30 19:49 ` [Qemu-trivial] " David Gibson
2018-01-30 19:49 ` [Qemu-devel] " David Gibson
2018-02-01 11:51 ` [Qemu-trivial] " BALATON Zoltan
2018-02-01 11:51 ` [Qemu-devel] " BALATON Zoltan
2018-02-08 23:29 ` [Qemu-trivial] " David Gibson
2018-02-08 23:29 ` [Qemu-devel] " David Gibson
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=20180130131716.5899D7456D5@zero.eik.bme.hu \
--to=balaton@eik.bme.hu \
--cc=david@gibson.dropbear.id.au \
--cc=qemu-devel@nongnu.org \
--cc=qemu-trivial@nongnu.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.