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/test06/test06.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/systemc/tests/systemc/utils/sc_vector/test06') diff --git a/src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp b/src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp index 051d49c31..e1db523da 100644 --- a/src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp +++ b/src/systemc/tests/systemc/utils/sc_vector/test06/test06.cpp @@ -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; -- cgit v1.2.3