From e32e7ef4ea4c739c5c6616ea633b1b5032f6c4c8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 May 2008 15:39:32 +0100 Subject: [PATCH] Correct #includes for vnc.c --- vnc.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vnc.c b/vnc.c index f06c8e300..b3b31c609 100644 --- a/vnc.c +++ b/vnc.c @@ -24,12 +24,12 @@ * THE SOFTWARE. */ -#include -#include -#include -#include "vl.h" +#include "qemu-common.h" +#include "console.h" +#include "sysemu.h" #include "qemu_socket.h" -#include +#include "qemu-timer.h" + #ifdef CONFIG_STUBDOM #include #endif -- 2.39.5