ruby: Migrate all of ruby and slicc to SCons.
[gem5.git] / src / mem / ruby / eventqueue / RubyEventQueue.hh
index dc8161cf1cc08e07f5740f685388100c3ee11c2a..a2112c9229f43cb2deb6641a63761ebfb86502e1 100644 (file)
@@ -59,8 +59,9 @@
 #ifndef RUBYEVENTQUEUE_H
 #define RUBYEVENTQUEUE_H
 
-#include "Global.hh"
-#include "Vector.hh"
+#include "config/no_vector_bounds_checks.hh"
+#include "mem/ruby/common/Global.hh"
+#include "mem/gems_common/Vector.hh"
 
 class Consumer;
 template <class TYPE> class PrioHeap;