ui: move files to ui/ and include/ui/

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-11-28 12:06:30 +01:00
parent 2870dc3456
commit 28ecbaeecb
80 changed files with 95 additions and 101 deletions

2
hmp.c
View file

@ -21,7 +21,7 @@
#include "qmp-commands.h"
#include "qemu_socket.h"
#include "monitor.h"
#include "console.h"
#include "ui/console.h"
static void hmp_handle_error(Monitor *mon, Error **errp)
{