diff options
Diffstat (limited to 'src/mem/gems_common/RefCnt_tester.cc')
-rw-r--r-- | src/mem/gems_common/RefCnt_tester.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mem/gems_common/RefCnt_tester.cc b/src/mem/gems_common/RefCnt_tester.cc index 574f8fe3c..58828604a 100644 --- a/src/mem/gems_common/RefCnt_tester.cc +++ b/src/mem/gems_common/RefCnt_tester.cc @@ -30,8 +30,8 @@ * Code used to test the RefCnt class */ -#include "RefCnt.hh" -#include "RefCountable.hh" +#include "mem/gems_common/RefCnt.hh" +#include "mem/gems_common/RefCountable.hh" class Foo : public RefCountable { public: |