commit | dccfcd0e5f8f37360ebda11ccc4dab164c04d5a3 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 08 16:55:25 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Mon Apr 15 18:19:25 2013 +0200 |
tree | 87fed71982c08112ae23dcc41bb19689af23cec2 | |
parent | bdee56f5466a724f043e6cfcfcf69866cc48cc94 [diff] [blame] |
sysemu: avoid proliferation of include/ subdirectories Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/backends/rng-egd.c b/backends/rng-egd.c index cc6f5ee..9e5a536 100644 --- a/backends/rng-egd.c +++ b/backends/rng-egd.c
@@ -10,8 +10,8 @@ * See the COPYING file in the top-level directory. */ -#include "qemu/rng.h" -#include "char/char.h" +#include "sysemu/rng.h" +#include "sysemu/char.h" #include "qapi/qmp/qerror.h" #include "hw/qdev.h" /* just for DEFINE_PROP_CHR */