diff options
| author | Richard Henderson <rth@twiddle.net> | 2016-07-08 18:24:55 -0700 |
|---|---|---|
| committer | Richard Henderson <rth@twiddle.net> | 2016-10-26 08:29:00 -0700 |
| commit | 40978428853e2f7b4597ab2a9ffeb187333802dc (patch) | |
| tree | 28aba98f6ccb5fc8e94117d7e1da9009d8ac8ad6 | |
| parent | 3b08f0a92545ba06fbdeaae929a5172480300c33 (diff) | |
| download | focaccia-qemu-40978428853e2f7b4597ab2a9ffeb187333802dc.tar.gz focaccia-qemu-40978428853e2f7b4597ab2a9ffeb187333802dc.zip | |
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>
| -rw-r--r-- | softmmu_template.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/softmmu_template.h b/softmmu_template.h index 538cff5719..b9532a4b24 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 |