diff options
Diffstat (limited to 'base/loader/symtab.cc')
-rw-r--r-- | base/loader/symtab.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/base/loader/symtab.cc b/base/loader/symtab.cc index 7beee182b..075c197a6 100644 --- a/base/loader/symtab.cc +++ b/base/loader/symtab.cc @@ -31,10 +31,10 @@ #include <string> #include <vector> -#include "host.hh" -#include "misc.hh" -#include "str.hh" -#include "symtab.hh" +#include "sim/host.hh" +#include "base/misc.hh" +#include "base/str.hh" +#include "base/loader/symtab.hh" using namespace std; |