diff options
Diffstat (limited to 'libhb/stream.c')
-rw-r--r-- | libhb/stream.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/stream.c b/libhb/stream.c index aaeaf022e..feb390c07 100644 --- a/libhb/stream.c +++ b/libhb/stream.c @@ -11,9 +11,9 @@ #include <ctype.h> #include <errno.h> -#include "handbrake.h" -#include "hbffmpeg.h" -#include "lang.h" +#include "handbrake/handbrake.h" +#include "handbrake/hbffmpeg.h" +#include "handbrake/lang.h" #include "libbluray/bluray.h" #define min(a, b) a < b ? a : b |