diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-17 18:20:05 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2012-12-19 08:32:46 +0100 |
commit | 927d4878b0ff319ed87fed9363f314613b0a5ed9 (patch) | |
tree | 8be632ec8e42f4cff1aea13be62b2ac94ddaaa96 /hw/ccid-card-passthru.c | |
parent | 9c17d615a66ebd655871bf891ec0fe901ad8b332 (diff) |
softmmu: move remaining include files to include/ subdirectories
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/ccid-card-passthru.c')
-rw-r--r-- | hw/ccid-card-passthru.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/ccid-card-passthru.c b/hw/ccid-card-passthru.c index 48e4228b9d..4be05471a9 100644 --- a/hw/ccid-card-passthru.c +++ b/hw/ccid-card-passthru.c @@ -8,7 +8,7 @@ * See the COPYING file in the top-level directory. */ -#include "qemu-char.h" +#include "char/char.h" #include "qemu/sockets.h" #include "monitor/monitor.h" #include "hw/ccid.h" |