Skip to content

Commit

Permalink
sysemu.h: Include qemu-types.h instead of qemu-common.h
Browse files Browse the repository at this point in the history
It just needs the Monitor and DeviceState typedefs, so it doesn't need
all of qemu-common.h.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
  • Loading branch information
ehabkost authored and afaerber committed Dec 6, 2012
1 parent 394e1bb commit bcf7930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysemu.h
Expand Up @@ -2,7 +2,7 @@
#define SYSEMU_H
/* Misc. things related to the system emulator. */

#include "qemu-common.h"
#include "qemu-types.h"
#include "qemu-option.h"
#include "qemu-queue.h"
#include "qemu-timer.h"
Expand Down

0 comments on commit bcf7930

Please sign in to comment.