diff options
author | Gabe Black <gabeblack@google.com> | 2018-12-10 23:02:13 -0800 |
---|---|---|
committer | Gabe Black <gabeblack@google.com> | 2019-01-09 01:33:26 +0000 |
commit | fc5df0bdadfa6a9902b9369e97cd80300c21da4d (patch) | |
tree | dc00ffcbd78aabc745dc58e61d1f7ea33bd4c4c6 /src/systemc/ext/tlm_utils | |
parent | 6bc26ff7f275ada5857b3e9566bf0cdf6d705f1d (diff) | |
download | gem5-fc5df0bdadfa6a9902b9369e97cd80300c21da4d.tar.xz |
systemc: Remove redundant tlm_ prefixes from file names.
We already know those files belong to tlm because of the directory
they're in. Removing the prefix makes the paths of the headers less
enormously long.
Change-Id: I869e58fae904162f353bb31f4c0919fba08dffa6
Reviewed-on: https://gem5-review.googlesource.com/c/15059
Reviewed-by: Anthony Gutierrez <anthony.gutierrez@amd.com>
Maintainer: Anthony Gutierrez <anthony.gutierrez@amd.com>
Diffstat (limited to 'src/systemc/ext/tlm_utils')
-rw-r--r-- | src/systemc/ext/tlm_utils/tlm_quantumkeeper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemc/ext/tlm_utils/tlm_quantumkeeper.h b/src/systemc/ext/tlm_utils/tlm_quantumkeeper.h index 6403fd8a4..bad46ad11 100644 --- a/src/systemc/ext/tlm_utils/tlm_quantumkeeper.h +++ b/src/systemc/ext/tlm_utils/tlm_quantumkeeper.h @@ -20,7 +20,7 @@ #ifndef __SYSTEMC_EXT_TLM_UTILS_TLM_QUANTUMKEEPER_H__ #define __SYSTEMC_EXT_TLM_UTILS_TLM_QUANTUMKEEPER_H__ -#include "tlm_core/tlm_2/tlm_quantum/tlm_global_quantum.h" +#include <tlm> namespace tlm_utils { |