diff options
Diffstat (limited to 'libhb/pad.c')
-rw-r--r-- | libhb/pad.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/pad.c b/libhb/pad.c index 10631bffe..eee3e1c79 100644 --- a/libhb/pad.c +++ b/libhb/pad.c @@ -7,9 +7,9 @@ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "common.h" -#include "colormap.h" -#include "avfilter_priv.h" +#include "handbrake/common.h" +#include "handbrake/colormap.h" +#include "handbrake/avfilter_priv.h" static int pad_init(hb_filter_object_t * filter, hb_filter_init_t * init); |