CPU: Get rid of the now unnecessary getInst/setInst family of functions.
[gem5.git] / src / cpu / ozone / ea_list.hh
index c0eee4bb89c275f8933dfa570c88a6726bf2739e..bf05884b56393afdb62da39eebfebc28aa8e3aa4 100644 (file)
@@ -24,6 +24,9 @@
  * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+ *
+ * Authors: Kevin Lim
+ *          Nathan Binkert
  */
 
 #ifndef __CPU_EA_LIST_HH__
@@ -32,7 +35,7 @@
 #include <list>
 #include <utility>
 
-#include "arch/isa_traits.hh"
+#include "base/types.hh"
 #include "cpu/inst_seq.hh"
 
 /**