diff options
Diffstat (limited to 'libhb/encx264.c')
-rw-r--r-- | libhb/encx264.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/encx264.c b/libhb/encx264.c index b0f6781bc..a94eb066e 100644 --- a/libhb/encx264.c +++ b/libhb/encx264.c @@ -9,9 +9,9 @@ #include <stdarg.h> -#include "handbrake.h" -#include "hb_dict.h" -#include "encx264.h" +#include "handbrake/handbrake.h" +#include "handbrake/hb_dict.h" +#include "handbrake/encx264.h" int encx264Init( hb_work_object_t *, hb_job_t * ); int encx264Work( hb_work_object_t *, hb_buffer_t **, hb_buffer_t ** ); |