From eef3a2e142443d94b75de333ff3ccb69644a9831 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:50 -0700 Subject: types: Move stuff for global types into src/base/types.hh --HG-- rename : src/sim/host.hh => src/base/types.hh --- src/python/swig/debug.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/python/swig/debug.i') diff --git a/src/python/swig/debug.i b/src/python/swig/debug.i index 1084d6936..b7fdb2171 100644 --- a/src/python/swig/debug.i +++ b/src/python/swig/debug.i @@ -31,12 +31,12 @@ %module debug %{ -#include "sim/host.hh" +#include "base/types.hh" #include "sim/debug.hh" %} %include "stdint.i" -%include "sim/host.hh" +%include "base/types.hh" %include "sim/debug.hh" %wrapper %{ -- cgit v1.2.3