[ As tcg-dyngen.c is doomed to die soon, I leave its warnings unfixed. ] Remove unneeded includes, fixing also tcg.h-related warnings. Signed-off-by: Jan Kiszka --- tcg/tcg-runtime.c | 8 -------- 1 file changed, 8 deletions(-) Index: b/tcg/tcg-runtime.c =================================================================== --- a/tcg/tcg-runtime.c +++ b/tcg/tcg-runtime.c @@ -21,16 +21,8 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ -#include -#include -#include -#include #include -#include "config.h" -#include "osdep.h" -#include "tcg.h" - int64_t tcg_helper_shl_i64(int64_t arg1, int64_t arg2) { return arg1 << arg2;