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/test02/test02.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp') diff --git a/src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp b/src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp index 7b827dd3a..25bae9152 100644 --- a/src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp +++ b/src/systemc/tests/systemc/utils/sc_vector/test02/test02.cpp @@ -43,7 +43,6 @@ #include "systemc.h" -#include "sysc/utils/sc_vector.h" using sc_core::sc_vector; #ifdef USE_BOOST -- cgit v1.2.3