diff options
Diffstat (limited to 'src/format')
-rw-r--r-- | src/format/elf/elf.c | 2 | ||||
-rw-r--r-- | src/format/elf/symbols.c | 2 | ||||
-rw-r--r-- | src/format/format.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/format/elf/elf.c b/src/format/elf/elf.c index d24a89e..e2bf37a 100644 --- a/src/format/elf/elf.c +++ b/src/format/elf/elf.c @@ -32,7 +32,7 @@ #include "section.h" #include "strings.h" #include "symbols.h" -#include "../../panel/log.h" +#include "../../panels/log.h" diff --git a/src/format/elf/symbols.c b/src/format/elf/symbols.c index 97b6ff2..5dd45dc 100644 --- a/src/format/elf/symbols.c +++ b/src/format/elf/symbols.c @@ -31,7 +31,7 @@ #include "elf-int.h" #include "helper_x86.h" #include "section.h" -#include "../../panel/log.h" +#include "../../panels/log.h" diff --git a/src/format/format.c b/src/format/format.c index 912cdd7..0ffbfe0 100644 --- a/src/format/format.c +++ b/src/format/format.c @@ -30,7 +30,7 @@ #include "format-int.h" #include "dwarf/dwarf.h" #include "elf/elf.h" -#include "../panel/log.h" +#include "../panels/log.h" |