]> git.proxmox.com Git - mirror_qemu.git/commitdiff
misc: remove headers implicitly included
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Tue, 17 Oct 2017 16:43:56 +0000 (13:43 -0300)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 18 Dec 2017 14:07:02 +0000 (17:07 +0300)
applied using ./scripts/clean-includes

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Ben Warren <ben@skyportsystems.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
bsd-user/main.c
chardev/wctablet.c
hw/audio/fmopl.h
hw/scsi/vhost-user-scsi.c
linux-user/main.c
net/colo-compare.c
tests/test-aio-multithread.c
tests/test-clone-visitor.c
tests/vmgenid-test.c

index f1b244b59b56dc13194f6a239bcd74fffb488e93..efef5ff8c506efe5e587724e145edb4e2689249d 100644 (file)
@@ -32,7 +32,6 @@
 #include "qemu/envlist.h"
 #include "exec/log.h"
 #include "trace/control.h"
-#include "glib-compat.h"
 
 int singlestep;
 unsigned long mmap_min_addr;
index 6c13c2c58a82ce6fc018206fb05fc6e3ab258492..969d0145743602bf9122116aef13a9b4b87fa94e 100644 (file)
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
  * THE SOFTWARE.
  */
-#include <stdlib.h>
-#include <string.h>
-#include <sys/time.h>
-#include <time.h>
 
 #include "qemu/osdep.h"
 #include "qemu-common.h"
index f4065f425c1c60fd6fb43482e0e2ba880be005b3..e7e578a48eb8a99a4d4e0f85df01c57627da34d1 100644 (file)
@@ -1,7 +1,6 @@
 #ifndef FMOPL_H
 #define FMOPL_H
 
-#include <stdint.h>
 
 typedef void (*OPL_TIMERHANDLER)(void *param, int channel, double interval_Sec);
 
index f7561e23fa2aff97794e56b48f88a3596f7132b2..9389ed48e0be527b5f43829c1ef81ef67a5010cf 100644 (file)
@@ -18,7 +18,6 @@
 #include "qemu/osdep.h"
 #include "qapi/error.h"
 #include "qemu/error-report.h"
-#include "qemu/typedefs.h"
 #include "qom/object.h"
 #include "hw/fw-path-provider.h"
 #include "hw/qdev-core.h"
index 6286661bd36bf5e68d5c0505d5045a7ecbbf3a67..2fd2a143eda66ddc661c65f41735fa4a454aa024 100644 (file)
@@ -35,7 +35,6 @@
 #include "elf.h"
 #include "exec/log.h"
 #include "trace/control.h"
-#include "glib-compat.h"
 
 char *exec_path;
 
index 1ce195f877c21181804396cd1bb4badb72dd4e44..0ebdec936c42edd62a573f69bc385850ac562330 100644 (file)
@@ -23,7 +23,6 @@
 #include "qom/object_interfaces.h"
 #include "qemu/iov.h"
 #include "qom/object.h"
-#include "qemu/typedefs.h"
 #include "net/queue.h"
 #include "chardev/char-fe.h"
 #include "qemu/sockets.h"
index d396185972e9334e746c6bd3e7c3a0e4d92ba2e7..c8bec81520e0dcb91e56838f025cd13312b2ca3b 100644 (file)
@@ -11,7 +11,6 @@
  */
 
 #include "qemu/osdep.h"
-#include <glib.h>
 #include "block/aio.h"
 #include "qapi/error.h"
 #include "qemu/coroutine.h"
index 96982163e495b770c0c10994da94e8310cff860b..ac6afc562e89daa5cd8088ff8b0dc9ae11a15c86 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include "qemu/osdep.h"
-#include <glib.h>
 
 #include "qemu-common.h"
 #include "qapi/clone-visitor.h"
index 5a86b40775518f17cc7dc3328e4814e4600892d0..68ff954578d3e6fea7b936e574cac2a2917e3c4c 100644 (file)
@@ -8,9 +8,6 @@
  * See the COPYING file in the top-level directory.
  */
 
-#include <glib.h>
-#include <string.h>
-#include <unistd.h>
 #include "qemu/osdep.h"
 #include "qemu/bitmap.h"
 #include "qemu/uuid.h"