diff options
Diffstat (limited to 'ui/spice-input.c')
-rw-r--r-- | ui/spice-input.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ui/spice-input.c b/ui/spice-input.c index 2b3b9ed714..72e406382f 100644 --- a/ui/spice-input.c +++ b/ui/spice-input.c @@ -15,10 +15,7 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -#include <stdlib.h> -#include <stdio.h> -#include <stdbool.h> -#include <string.h> +#include "qemu/osdep.h" #include <spice.h> #include <spice/enums.h> |