summaryrefslogtreecommitdiffstats
path: root/hw/s390x
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2012-12-17 18:20:05 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2012-12-19 08:32:46 +0100
commit927d4878b0ff319ed87fed9363f314613b0a5ed9 (patch)
tree8be632ec8e42f4cff1aea13be62b2ac94ddaaa96 /hw/s390x
parent9c17d615a66ebd655871bf891ec0fe901ad8b332 (diff)
downloadhqemu-927d4878b0ff319ed87fed9363f314613b0a5ed9.zip
hqemu-927d4878b0ff319ed87fed9363f314613b0a5ed9.tar.gz
softmmu: move remaining include files to include/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/s390x')
-rw-r--r--hw/s390x/sclpconsole.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/s390x/sclpconsole.c b/hw/s390x/sclpconsole.c
index ca78d67..aa70e16 100644
--- a/hw/s390x/sclpconsole.c
+++ b/hw/s390x/sclpconsole.c
@@ -17,7 +17,7 @@
#include "sclp.h"
#include "event-facility.h"
-#include "qemu-char.h"
+#include "char/char.h"
typedef struct ASCIIConsoleData {
EventBufferHeader ebh;
OpenPOWER on IntegriCloud