summaryrefslogtreecommitdiff
path: root/src/mem/ruby/tester/CheckTable.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/tester/CheckTable.hh')
-rw-r--r--src/mem/ruby/tester/CheckTable.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/ruby/tester/CheckTable.hh b/src/mem/ruby/tester/CheckTable.hh
index 4a162f5bc..a7f486315 100644
--- a/src/mem/ruby/tester/CheckTable.hh
+++ b/src/mem/ruby/tester/CheckTable.hh
@@ -37,8 +37,8 @@
#ifndef CHECKTABLE_H
#define CHECKTABLE_H
-#include "Global.hh"
-#include "Vector.hh"
+#include "mem/ruby/common/Global.hh"
+#include "mem/gems_common/Vector.hh"
class Address;
class Check;