summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2008-06-12 00:59:58 -0400
committerGabe Black <gblack@eecs.umich.edu>2008-06-12 00:59:58 -0400
commit23c04b8c666b062cf97ad127805bf56e0797303b (patch)
tree615975c20fae45207b3b3effea5085fa259f2b46 /src
parentbceaa257a38d62c91317cecc78f4dba46654eb93 (diff)
downloadgem5-23c04b8c666b062cf97ad127805bf56e0797303b.tar.xz
Params: Remove an unnecessary include.
Diffstat (limited to 'src')
-rw-r--r--src/python/m5/params.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/python/m5/params.py b/src/python/m5/params.py
index 241d4ceaf..a895549ca 100644
--- a/src/python/m5/params.py
+++ b/src/python/m5/params.py
@@ -406,7 +406,6 @@ class MemorySize32(CheckedInt):
class Addr(CheckedInt):
cxx_type = 'Addr'
- cxx_predecls = ['#include "arch/isa_traits.hh"']
size = 64
unsigned = True
def __init__(self, value):