Gabe Black has submitted this change and it was merged. (
https://gem5-review.googlesource.com/c/public/gem5/+/11176 )
Change subject: systemc: Make a test stop including an internal path for
sc_vector.
......................................................................
systemc: Make a test stop including an internal path for sc_vector.
The sc_vector class is available through systemc.h already, so there's
no reason to include an internal path which is only there on Accellera
by coincidence of the implementation.
Change-Id: I41cab4711c0837cd9b20c21871b79be5165bf498
Reviewed-on: https://gem5-review.googlesource.com/11176
Reviewed-by: Gabe Black <[email protected]>
Maintainer: Gabe Black <[email protected]>
---
M src/systemc/tests/systemc/utils/sc_vector/test01/test01.cpp
M src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp
M src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp
M src/systemc/tests/systemc/utils/sc_vector/test04/test04.cpp
M src/systemc/tests/systemc/utils/sc_vector/test05/test05.cpp
M src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp
6 files changed, 0 insertions(+), 8 deletions(-)
Approvals:
Gabe Black: Looks good to me, approved; Looks good to me, approved
diff --git a/src/systemc/tests/systemc/utils/sc_vector/test01/test01.cpp
b/src/systemc/tests/systemc/utils/sc_vector/test01/test01.cpp
index 47cc9d4..d03dfe4 100644
--- a/src/systemc/tests/systemc/utils/sc_vector/test01/test01.cpp
+++ b/src/systemc/tests/systemc/utils/sc_vector/test01/test01.cpp
@@ -37,7 +37,6 @@
#include "systemc.h"
-#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
SC_MODULE( sub_module )
diff --git a/src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp
b/src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp
index 7b827dd..25bae91 100644
--- a/src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp
+++ b/src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp
@@ -43,7 +43,6 @@
#include "systemc.h"
-#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
#ifdef USE_BOOST
diff --git a/src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp
b/src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp
index 9feebdc..bc08cb6 100644
--- a/src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp
+++ b/src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp
@@ -37,7 +37,6 @@
#include "systemc.h"
-#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
SC_MODULE( sub_module )
diff --git a/src/systemc/tests/systemc/utils/sc_vector/test04/test04.cpp
b/src/systemc/tests/systemc/utils/sc_vector/test04/test04.cpp
index e8aa4df..378b77f 100644
--- a/src/systemc/tests/systemc/utils/sc_vector/test04/test04.cpp
+++ b/src/systemc/tests/systemc/utils/sc_vector/test04/test04.cpp
@@ -36,8 +36,6 @@
*****************************************************************************/
#include "systemc.h"
-#include "sysc/utils/sc_vector.h"
-
SC_MODULE( mesh_node )
{
diff --git a/src/systemc/tests/systemc/utils/sc_vector/test05/test05.cpp
b/src/systemc/tests/systemc/utils/sc_vector/test05/test05.cpp
index 551b4fa..fe36d3e 100644
--- a/src/systemc/tests/systemc/utils/sc_vector/test05/test05.cpp
+++ b/src/systemc/tests/systemc/utils/sc_vector/test05/test05.cpp
@@ -37,7 +37,6 @@
#include <systemc.h>
-#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
typedef sc_vector< sc_fifo_out<int> > port_vec;
diff --git a/src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp
b/src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp
index 051d49c..e1db523 100644
--- a/src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp
+++ b/src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp
@@ -37,8 +37,6 @@
#include "systemc"
-#include "sysc/utils/sc_vector.h"
-
using sc_core::sc_object;
using sc_core::sc_vector;
using sc_core::sc_mutex;
--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/11176
To unsubscribe, or for help writing mail filters, visit
https://gem5-review.googlesource.com/settings
Gerrit-Project: public/gem5
Gerrit-Branch: master
Gerrit-Change-Id: I41cab4711c0837cd9b20c21871b79be5165bf498
Gerrit-Change-Number: 11176
Gerrit-PatchSet: 6
Gerrit-Owner: Gabe Black <[email protected]>
Gerrit-Reviewer: Andreas Sandberg <[email protected]>
Gerrit-Reviewer: Gabe Black <[email protected]>
Gerrit-Reviewer: Jason Lowe-Power <[email protected]>
Gerrit-Reviewer: Matthias Jung <[email protected]>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev