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>
#include "systemc.h"
-#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
SC_MODULE( sub_module )
#include "systemc.h"
-#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
#ifdef USE_BOOST
#include "systemc.h"
-#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
SC_MODULE( sub_module )
*****************************************************************************/
#include "systemc.h"
-#include "sysc/utils/sc_vector.h"
-
SC_MODULE( mesh_node )
{
#include <systemc.h>
-#include "sysc/utils/sc_vector.h"
using sc_core::sc_vector;
typedef sc_vector< sc_fifo_out<int> > port_vec;
#include "systemc"
-#include "sysc/utils/sc_vector.h"
-
using sc_core::sc_object;
using sc_core::sc_vector;
using sc_core::sc_mutex;