From ec9d7fa955fd9664947042742aa8287c936b53ea Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 8 Jun 2018 15:27:07 -0700 Subject: 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 Maintainer: Gabe Black --- src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/systemc/tests/systemc/utils/sc_vector/test03/test03.cpp') 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 9feebdc64..bc08cb637 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 ) -- cgit v1.2.3