summaryrefslogtreecommitdiff
path: root/src/systemc/ext/channel/sc_fifo_out.hh
diff options
context:
space:
mode:
authorGabe Black <gabeblack@google.com>2018-10-01 01:32:50 -0700
committerGabe Black <gabeblack@google.com>2018-10-16 00:43:01 +0000
commita7f1fe77d64e46e5f9a348b8ae02b3cce3042b98 (patch)
treeb20e77bc0b289f98f2ecafa00be1d1ff1f0084e8 /src/systemc/ext/channel/sc_fifo_out.hh
parent51361197ffd3045a83bc50fd2cf37555387489ad (diff)
downloadgem5-a7f1fe77d64e46e5f9a348b8ae02b3cce3042b98.tar.xz
systemc: Remove some old warn includes from ext/channel.
The calls to sc_channel_warn_unimpl have been removed, so the includes aren't needed. Change-Id: I58a916a7c4ef9a266be591789696457799b6b8dd Reviewed-on: https://gem5-review.googlesource.com/c/13198 Reviewed-by: Gabe Black <gabeblack@google.com> Maintainer: Gabe Black <gabeblack@google.com>
Diffstat (limited to 'src/systemc/ext/channel/sc_fifo_out.hh')
-rw-r--r--src/systemc/ext/channel/sc_fifo_out.hh1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/systemc/ext/channel/sc_fifo_out.hh b/src/systemc/ext/channel/sc_fifo_out.hh
index 52840305b..4eda77ea2 100644
--- a/src/systemc/ext/channel/sc_fifo_out.hh
+++ b/src/systemc/ext/channel/sc_fifo_out.hh
@@ -32,7 +32,6 @@
#include "../core/sc_port.hh"
#include "sc_fifo_out_if.hh"
-#include "warn_unimpl.hh"
namespace sc_core
{