]> git.proxmox.com Git - mirror_qemu.git/blobdiff - util/qemu-sockets.c
util: Clean up includes
[mirror_qemu.git] / util / qemu-sockets.c
index f455a1748fd68f8414084c9a51043d44673aa42b..51354dfb6d1a81bc61a279f5ae215f03d880d355 100644 (file)
  * Contributions after 2012-01-13 are licensed under the terms of the
  * GNU GPL, version 2 or (at your option) any later version.
  */
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <ctype.h>
-#include <errno.h>
-#include <unistd.h>
+#include "qemu/osdep.h"
 
 #include "monitor/monitor.h"
 #include "qemu/sockets.h"