diff options
Diffstat (limited to 'test/paramtest.cc')
-rw-r--r-- | test/paramtest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/paramtest.cc b/test/paramtest.cc index 343d75b91..d63a3aad4 100644 --- a/test/paramtest.cc +++ b/test/paramtest.cc @@ -32,8 +32,8 @@ // to the sources list, then use configs/test.ini as the configuration // file. // -#include "sim_object.hh" -#include "cache.hh" +#include "sim/sim_object.hh" +#include "mem/cache/cache.hh" class ParamTest : public SimObject { |