diff options
Diffstat (limited to 'test/symtest.cc')
-rw-r--r-- | test/symtest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/symtest.cc b/test/symtest.cc index bc03fc1df..4efa24cef 100644 --- a/test/symtest.cc +++ b/test/symtest.cc @@ -28,8 +28,8 @@ #include <iostream.h> -#include "str.hh" -#include "symtab.hh" +#include "base/str.hh" +#include "base/loader/symtab.hh" Tick curTick = 0; |