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:
@@ -37,7 +37,6 @@
|
||||
|
||||
#include "systemc.h"
|
||||
|
||||
#include "sysc/utils/sc_vector.h"
|
||||
using sc_core::sc_vector;
|
||||
|
||||
SC_MODULE( sub_module )
|
||||
|
||||
@@ -43,7 +43,6 @@
|
||||
|
||||
#include "systemc.h"
|
||||
|
||||
#include "sysc/utils/sc_vector.h"
|
||||
using sc_core::sc_vector;
|
||||
|
||||
#ifdef USE_BOOST
|
||||
|
||||
@@ -37,7 +37,6 @@
|
||||
|
||||
#include "systemc.h"
|
||||
|
||||
#include "sysc/utils/sc_vector.h"
|
||||
using sc_core::sc_vector;
|
||||
|
||||
SC_MODULE( sub_module )
|
||||
|
||||
@@ -36,8 +36,6 @@
|
||||
*****************************************************************************/
|
||||
|
||||
#include "systemc.h"
|
||||
#include "sysc/utils/sc_vector.h"
|
||||
|
||||
|
||||
SC_MODULE( mesh_node )
|
||||
{
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user