systemc: Make a test stop including an internal path for sc_vector.
authorGabe Black <gabeblack@google.com>
Fri, 8 Jun 2018 22:27:07 +0000 (15:27 -0700)
committerGabe Black <gabeblack@google.com>
Wed, 15 Aug 2018 01:32:43 +0000 (01:32 +0000)
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 <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>

src/systemc/tests/systemc/utils/sc_vector/test01/test01.cpp
src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp
src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp
src/systemc/tests/systemc/utils/sc_vector/test04/test04.cpp
src/systemc/tests/systemc/utils/sc_vector/test05/test05.cpp
src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp

index 47cc9d45afb69f0878ced92815353329d5a3979a..d03dfe496ed4f6e852bd4f6cfb6de9a719715c0f 100644 (file)
@@ -37,7 +37,6 @@
 
 #include "systemc.h"
 
-#include "sysc/utils/sc_vector.h"
 using sc_core::sc_vector;
 
 SC_MODULE( sub_module )
index 7b827dd3a8c190ddd9ef479866949a17f6bb694b..25bae91523fa0529c5fcea9fa9380acb45672084 100644 (file)
@@ -43,7 +43,6 @@
 
 #include "systemc.h"
 
-#include "sysc/utils/sc_vector.h"
 using sc_core::sc_vector;
 
 #ifdef USE_BOOST
index 9feebdc64c3699faa97180dba4e07c59bff219ca..bc08cb637e7b7ab272da4135b813f2518604e728 100644 (file)
@@ -37,7 +37,6 @@
 
 #include "systemc.h"
 
-#include "sysc/utils/sc_vector.h"
 using sc_core::sc_vector;
 
 SC_MODULE( sub_module )
index e8aa4df8bcf7f72eaffbcb056a5d661a7aff63a8..378b77f4bf50b4ff36fcf20c9fc70011f947b5f7 100644 (file)
@@ -36,8 +36,6 @@
  *****************************************************************************/
 
 #include "systemc.h"
-#include "sysc/utils/sc_vector.h"
-
 
 SC_MODULE( mesh_node )
 {
index 551b4fad143d1ba0b76430f04b749d4d78cf18b4..fe36d3e881422fd9195425af4cae6dbbf1c6993b 100644 (file)
@@ -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;
index 051d49c31262cc8d08eae1918234faa6014c2a29..e1db523daec171979d5542524b26df068b1bd156 100644 (file)
@@ -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;