summaryrefslogtreecommitdiff
path: root/src/mem/ruby/system/RubyPort.hh
diff options
context:
space:
mode:
authorNilay Vaish <nilay@cs.wisc.edu>2011-02-25 17:54:56 -0600
committerNilay Vaish <nilay@cs.wisc.edu>2011-02-25 17:54:56 -0600
commite7edd270aabd3705f025e10f3f496723230b01ae (patch)
tree7e5ae99fe97507ac5ba97b09a1117f1242f218fb /src/mem/ruby/system/RubyPort.hh
parent6bf7153104637c18133fa36c02ca6a4a9b015799 (diff)
downloadgem5-e7edd270aabd3705f025e10f3f496723230b01ae.tar.xz
Ruby: Remove libruby
This patch removes libruby_internal.hh, libruby.hh and libruby.cc. It moves the contents to libruby.hh to RubyRequest.hh and RubyRequest.cc files.
Diffstat (limited to 'src/mem/ruby/system/RubyPort.hh')
-rw-r--r--src/mem/ruby/system/RubyPort.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/system/RubyPort.hh b/src/mem/ruby/system/RubyPort.hh
index 2125d6027..82ddc682a 100644
--- a/src/mem/ruby/system/RubyPort.hh
+++ b/src/mem/ruby/system/RubyPort.hh
@@ -35,7 +35,7 @@
#include "mem/mem_object.hh"
#include "mem/physical.hh"
#include "mem/protocol/RequestStatus.hh"
-#include "mem/ruby/libruby.hh"
+#include "mem/ruby/slicc_interface/RubyRequest.hh"
#include "mem/ruby/system/System.hh"
#include "mem/tport.hh"
#include "params/RubyPort.hh"