tcg: Remove unneeded include statements
commita97e45c8b825c5cbf1f0eefa08e1cfb97932d8bd
authorStefan Weil <sw@weilnetz.de>
Sat, 11 Feb 2012 09:07:55 +0000 (11 10:07 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Thu, 23 Feb 2012 08:59:51 +0000 (23 08:59 +0000)
treeda9e3b4fa9d85c6ff9213285a6f32d2285b07718
parent235fe3bfd46b1104575b540d0bc3fdf584030b99
tcg: Remove unneeded include statements

The standard include files are already included in qemu-common.h.

malloc.h and alloca.h were needed for alloca() which was removed
from TCG code some years ago when switching from dyngen to TCG
(see commit 49516bc0d622112caac9df628caf19010fda8b67).

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
tcg/tcg.c