qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] sii3112: Change angle brackets to quotes in #incl


From: BALATON Zoltan
Subject: [Qemu-trivial] [PATCH] sii3112: Change angle brackets to quotes in #include lines
Date: Tue, 30 Jan 2018 14:10:10 +0100

This matches what other files do for qemu includes

Signed-off-by: BALATON Zoltan <address@hidden>
---
 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]