diff options
author | Nilay Vaish <nilay@cs.wisc.edu> | 2011-12-31 18:44:51 -0600 |
---|---|---|
committer | Nilay Vaish <nilay@cs.wisc.edu> | 2011-12-31 18:44:51 -0600 |
commit | ea94029ea53d793da63e6abcaeec95c5fc9bae22 (patch) | |
tree | de981545279f721548df669bfc799b52c956140b /src/mem/ruby/network/simple/Throttle.cc | |
parent | 734ef9a209279ea3c391bcb0097241b2235661dc (diff) | |
download | gem5-ea94029ea53d793da63e6abcaeec95c5fc9bae22.tar.xz |
Ruby: Shuffle some of the included files
This patch adds and removes included files from some of the files so as to
organize remove some false dependencies and include some files directly
instead of transitively.
--HG--
extra : rebase_source : 09b482ee9ae00b3a204ace0c63550bc3ca220134
Diffstat (limited to 'src/mem/ruby/network/simple/Throttle.cc')
-rw-r--r-- | src/mem/ruby/network/simple/Throttle.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/ruby/network/simple/Throttle.cc b/src/mem/ruby/network/simple/Throttle.cc index b248c6c6c..80697cb58 100644 --- a/src/mem/ruby/network/simple/Throttle.cc +++ b/src/mem/ruby/network/simple/Throttle.cc @@ -28,6 +28,7 @@ #include <cassert> +#include "base/cast.hh" #include "base/cprintf.hh" #include "debug/RubyNetwork.hh" #include "mem/ruby/buffers/MessageBuffer.hh" |