diff options
author | Blue Swirl <blauwirbel@gmail.com> | 2011-03-27 14:12:29 +0000 |
---|---|---|
committer | Blue Swirl <blauwirbel@gmail.com> | 2011-04-15 18:25:41 +0000 |
commit | a08784dd11794fc60fcc724c7ef2cd1a75a5356d (patch) | |
tree | c753e71accfdd8dc030f807d7db6d4a1ae2b7ad6 /hw/omap_sx1.c | |
parent | 33d05394a6f5e7923bc115faf5122b7f38b0418a (diff) | |
download | qemu-a08784dd11794fc60fcc724c7ef2cd1a75a5356d.tar.gz qemu-a08784dd11794fc60fcc724c7ef2cd1a75a5356d.tar.bz2 qemu-a08784dd11794fc60fcc724c7ef2cd1a75a5356d.zip |
Remove unused sysemu.h include directives
Remove unused sysemu.h include directives to speed up build
with the following patches.
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'hw/omap_sx1.c')
-rw-r--r-- | hw/omap_sx1.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/omap_sx1.c b/hw/omap_sx1.c index 06bccbdc4e..a7b687bc41 100644 --- a/hw/omap_sx1.c +++ b/hw/omap_sx1.c @@ -26,7 +26,6 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ #include "hw.h" -#include "sysemu.h" #include "console.h" #include "omap.h" #include "boards.h" |