diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/pe_driver_ctx.c | 1 | ||||
-rw-r--r-- | src/driver/pe_unit_ctx.c | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index 85e1f9c..d5b8331 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -7,7 +7,6 @@ #include <perk/perk.h> #include <perk/perk_output.h> #include "perk_driver_impl.h" -#include "perk_impl.h" #include "argv/argv.h" extern const struct argv_option pe_default_options[]; diff --git a/src/driver/pe_unit_ctx.c b/src/driver/pe_unit_ctx.c index 40e88ab..77b74bc 100644 --- a/src/driver/pe_unit_ctx.c +++ b/src/driver/pe_unit_ctx.c @@ -5,7 +5,7 @@ #include <sys/mman.h> #include <perk/perk.h> -#include "perk_impl.h" +#include "perk_driver_impl.h" static int pe_free_unit_ctx_impl(struct pe_unit_ctx_impl * ctx, int status) { |