qemu-char.h -> include/sysemu/char.h

Change-Id: I8e3d6e9a73a347978789a98035e89ea1e03b59aa
diff --git a/android/charpipe.c b/android/charpipe.c
index 34b6a65..79ab2f2 100644
--- a/android/charpipe.c
+++ b/android/charpipe.c
@@ -9,7 +9,7 @@
 ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ** GNU General Public License for more details.
 */
-#include "qemu-char.h"
+#include "sysemu/char.h"
 #include "android/cbuffer.h"
 #include "android/qemu-debug.h"
 
diff --git a/android/console.c b/android/console.c
index 60c637a..22fdc17 100644
--- a/android/console.c
+++ b/android/console.c
@@ -22,7 +22,7 @@
  */
 
 #include "android/sockets.h"
-#include "qemu-char.h"
+#include "sysemu/char.h"
 #include "sysemu/sysemu.h"
 #include "android/android.h"
 #include "cpu.h"
diff --git a/android/gps.c b/android/gps.c
index be68cfc..a66cb88 100644
--- a/android/gps.c
+++ b/android/gps.c
@@ -11,7 +11,7 @@
 */
 #include "android/gps.h"
 #include "android/utils/debug.h"
-#include "qemu-char.h"
+#include "sysemu/char.h"
 
 CharDriverState*   android_gps_cs;
 
diff --git a/android/hw-control.c b/android/hw-control.c
index 1be0b19..44d74fe 100644
--- a/android/hw-control.c
+++ b/android/hw-control.c
@@ -26,7 +26,7 @@
 #include "android/globals.h"
 #include "android/utils/misc.h"
 #include "android/utils/debug.h"
-#include "qemu-char.h"
+#include "sysemu/char.h"
 #include <stdio.h>
 #include <string.h>
 
diff --git a/android/hw-kmsg.c b/android/hw-kmsg.c
index 4e50eb1..a5dd7bc 100644
--- a/android/hw-kmsg.c
+++ b/android/hw-kmsg.c
@@ -10,7 +10,7 @@
 ** GNU General Public License for more details.
 */
 #include "android/hw-kmsg.h"
-#include "qemu-char.h"
+#include "sysemu/char.h"
 #include "android/charpipe.h"
 #include "android/utils/debug.h"
 
diff --git a/android/hw-qemud.c b/android/hw-qemud.c
index ad06ccd..ae38aca 100644
--- a/android/hw-qemud.c
+++ b/android/hw-qemud.c
@@ -17,7 +17,7 @@
 #include "android/looper.h"
 #include "hw/hw.h"
 #include "hw/goldfish_pipe.h"
-#include "qemu-char.h"
+#include "sysemu/char.h"
 #include "android/charpipe.h"
 #include "android/cbuffer.h"
 #include "utils/panic.h"
diff --git a/android/hw-sensors.c b/android/hw-sensors.c
index f0d82b1..494bc20 100644
--- a/android/hw-sensors.c
+++ b/android/hw-sensors.c
@@ -18,7 +18,7 @@
 #include "android/hw-qemud.h"
 #include "android/globals.h"
 #include "hw/hw.h"
-#include "qemu-char.h"
+#include "sysemu/char.h"
 #include "qemu/timer.h"
 #include "android/sensors-port.h"
 
diff --git a/android/looper-qemu.c b/android/looper-qemu.c
index df40afe..49f996f 100644
--- a/android/looper-qemu.c
+++ b/android/looper-qemu.c
@@ -16,7 +16,7 @@
 #include <android/utils/panic.h>
 #include "qemu-common.h"
 #include "qemu/timer.h"
-#include "qemu-char.h"
+#include "sysemu/char.h"
 #include "android/sockets.h"  /* for socket_set_nonblock() */
 
 /**********************************************************************
diff --git a/android/sockets.c b/android/sockets.c
index e57b428..fec87bf 100644
--- a/android/sockets.c
+++ b/android/sockets.c
@@ -18,7 +18,7 @@
 #include <fcntl.h>
 #include <stddef.h>
 #include "android/qemu-debug.h"
-#include "qemu-char.h"
+#include "sysemu/char.h"
 #include <stdlib.h>
 #include <string.h>
 #include "android/utils/path.h"