include: avoid useless includes of exec/ headers

Headers in include/exec/ are for the deepest innards of QEMU,
they should almost never be included directly.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
Paolo Bonzini 2013-04-08 17:29:59 +02:00
parent dccfcd0e5f
commit 0bc3cd624f
9 changed files with 9 additions and 11 deletions

View file

@ -20,7 +20,7 @@
* THE SOFTWARE.
*/
#include "qemu-common.h"
#include "exec/cpu-common.h"
#include "hw/hw.h"
#include "hw/usb.h"
#include "sysemu/dma.h"