Skip to content

Commit

Permalink
accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-int…
Browse files Browse the repository at this point in the history
…ernal.h

The cpu-exec-common.c file includes memory-internal.h, but it doesn't
actually use anything from that header. Remove the unnecessary include.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Tested-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Richard Henderson <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
  • Loading branch information
pm215 authored and Michael Tokarev committed Dec 18, 2017
1 parent 4e81129 commit 4d60b25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion accel/tcg/cpu-exec-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "cpu.h"
#include "sysemu/cpus.h"
#include "exec/exec-all.h"
#include "exec/memory-internal.h"

bool tcg_allowed;

Expand Down

0 comments on commit 4d60b25

Please sign in to comment.