diff mbox

[v3,10/34] cputlb: Remove includes from softmmu_template.h

Message ID 1472935202-3342-11-git-send-email-rth@twiddle.net
State New
Headers show

Commit Message

Richard Henderson Sept. 3, 2016, 8:39 p.m. UTC
We already include exec/address-spaces.h and exec/memory.h in
cputlb.c; the include of qemu/timer.h appears to be a fossil.

Signed-off-by: Richard Henderson <rth@twiddle.net>
---
 softmmu_template.h | 4 ----
 1 file changed, 4 deletions(-)

Comments

Alex Bennée Sept. 12, 2016, 2:38 p.m. UTC | #1
Richard Henderson <rth@twiddle.net> writes:

> We already include exec/address-spaces.h and exec/memory.h in
> cputlb.c; the include of qemu/timer.h appears to be a fossil.
>
> Signed-off-by: Richard Henderson <rth@twiddle.net>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

> ---
>  softmmu_template.h | 4 ----
>  1 file changed, 4 deletions(-)
>
> diff --git a/softmmu_template.h b/softmmu_template.h
> index 6805028..a75d299 100644
> --- a/softmmu_template.h
> +++ b/softmmu_template.h
> @@ -21,10 +21,6 @@
>   * You should have received a copy of the GNU Lesser General Public
>   * License along with this library; if not, see <http://www.gnu.org/licenses/>.
>   */
> -#include "qemu/timer.h"
> -#include "exec/address-spaces.h"
> -#include "exec/memory.h"
> -
>  #if DATA_SIZE == 8
>  #define SUFFIX q
>  #define LSUFFIX q


--
Alex Bennée
diff mbox

Patch

diff --git a/softmmu_template.h b/softmmu_template.h
index 6805028..a75d299 100644
--- a/softmmu_template.h
+++ b/softmmu_template.h
@@ -21,10 +21,6 @@ 
  * You should have received a copy of the GNU Lesser General Public
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
-#include "qemu/timer.h"
-#include "exec/address-spaces.h"
-#include "exec/memory.h"
-
 #if DATA_SIZE == 8
 #define SUFFIX q
 #define LSUFFIX q