diff options
Diffstat (limited to 'libhb/param.c')
-rw-r--r-- | libhb/param.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libhb/param.c b/libhb/param.c index 1f73de622..e5baa9d26 100644 --- a/libhb/param.c +++ b/libhb/param.c @@ -8,13 +8,13 @@ * http://www.gnu.org/licenses/gpl-2.0.html */ -#include "project.h" -#include "hb_dict.h" -#include "param.h" -#include "common.h" -#include "colormap.h" +#include "handbrake/project.h" +#include "handbrake/hb_dict.h" +#include "handbrake/param.h" +#include "handbrake/common.h" +#include "handbrake/colormap.h" #if HB_PROJECT_FEATURE_QSV -#include "qsv_common.h" +#include "handbrake/qsv_common.h" #endif #include <regex.h> |