From: Dmitry Eremin-Solenikov Date: Fri, 11 Feb 2011 20:57:34 +0000 (+0300) Subject: Drop unnecessary inclusions of pxa.h header X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=21c75ddbf9487cd24bc9cceff1af1946e42143c0;p=qemu.git Drop unnecessary inclusions of pxa.h header Seceral files contained onnecessary dependencies on hw/pxa.h header. Drop unused references. Signed-off-by: Dmitry Eremin-Solenikov Signed-off-by: Andrzej Zaborowski --- diff --git a/hw/tc6393xb.c b/hw/tc6393xb.c index 0cadcde835..ed49e944df 100644 --- a/hw/tc6393xb.c +++ b/hw/tc6393xb.c @@ -8,7 +8,6 @@ * This code is licensed under the GNU GPL v2. */ #include "hw.h" -#include "pxa.h" #include "devices.h" #include "flash.h" #include "console.h" diff --git a/hw/zaurus.c b/hw/zaurus.c index fb5e22859d..c24aeb5763 100644 --- a/hw/zaurus.c +++ b/hw/zaurus.c @@ -16,7 +16,6 @@ * with this program; if not, see . */ #include "hw.h" -#include "pxa.h" #include "sharpsl.h" #include "sysbus.h"