softmmu: move remaining include files to include/ subdirectories

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2012-12-17 18:20:05 +01:00
parent 9c17d615a6
commit 927d4878b0
61 changed files with 61 additions and 61 deletions

View file

@ -35,7 +35,7 @@
#include "monitor/monitor.h"
#include "qemu/sockets.h"
#include "slirp/libslirp.h"
#include "qemu-char.h"
#include "char/char.h"
static int get_str_sep(char *buf, int buf_size, const char **pp, int sep)
{