mirror of https://github.com/xemu-project/xemu.git
cputlb: Remove includes from softmmu_template.h
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. Reviewed-by: Emilio G. Cota <cota@braap.org> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Signed-off-by: Richard Henderson <rth@twiddle.net>
This commit is contained in:
parent
3b08f0a925
commit
4097842885
|
@ -21,10 +21,6 @@
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
* 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/>.
|
* 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
|
#if DATA_SIZE == 8
|
||||||
#define SUFFIX q
|
#define SUFFIX q
|
||||||
#define LSUFFIX q
|
#define LSUFFIX q
|
||||||
|
|
Loading…
Reference in New Issue