diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:59:58 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:59:58 -0400 |
commit | 23c04b8c666b062cf97ad127805bf56e0797303b (patch) | |
tree | 615975c20fae45207b3b3effea5085fa259f2b46 /src/python/m5 | |
parent | bceaa257a38d62c91317cecc78f4dba46654eb93 (diff) | |
download | gem5-23c04b8c666b062cf97ad127805bf56e0797303b.tar.xz |
Params: Remove an unnecessary include.
Diffstat (limited to 'src/python/m5')
-rw-r--r-- | src/python/m5/params.py | 1 |
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): |