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 <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
This commit is contained in:
Gabe Black
2018-06-08 15:27:07 -07:00
parent 42474e6391
commit ec9d7fa955
6 changed files with 0 additions and 8 deletions

View File

@@ -37,7 +37,6 @@
#include "systemc.h"
#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
SC_MODULE( sub_module )

View File

@@ -43,7 +43,6 @@
#include "systemc.h"
#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
#ifdef USE_BOOST

View File

@@ -37,7 +37,6 @@
#include "systemc.h"
#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
SC_MODULE( sub_module )

View File

@@ -36,8 +36,6 @@
*****************************************************************************/
#include "systemc.h"
#include "sysc/utils/sc_vector.h"
SC_MODULE( mesh_node )
{

View 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;

View 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;