diff options
Diffstat (limited to 'cpu/exec_context.cc')
-rw-r--r-- | cpu/exec_context.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpu/exec_context.cc b/cpu/exec_context.cc index c81d172a8..87f7283aa 100644 --- a/cpu/exec_context.cc +++ b/cpu/exec_context.cc @@ -28,13 +28,13 @@ #include <string> -#include "base_cpu.hh" -#include "exec_context.hh" +#include "cpu/base_cpu.hh" +#include "cpu/exec_context.hh" #ifdef FULL_SYSTEM -#include "system.hh" +#include "sim/system.hh" #else -#include "prog.hh" +#include "sim/prog.hh" #endif using namespace std; |