From 224f9fd4191feaf104965d8feb814f7303923a47 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 30 Apr 2014 13:56:50 -0700 Subject: tcg-ppc: Merge cache-utils into the backend As a "utility", it only supported ppc, and in a way that other tcg backends provided directly in tcg-target.h. Removing this disparity is easier now that the two ppc backends are merged. Tested-by: Tom Musta Signed-off-by: Richard Henderson --- exec.c | 1 - 1 file changed, 1 deletion(-) (limited to 'exec.c') diff --git a/exec.c b/exec.c index 1ca7baca0b..c8494051a6 100644 --- a/exec.c +++ b/exec.c @@ -50,7 +50,6 @@ #include "exec/memory-internal.h" #include "exec/ram_addr.h" -#include "qemu/cache-utils.h" #include "qemu/range.h" -- cgit v1.2.1