diff options
Diffstat (limited to 'libhb/encvorbis.c')
-rw-r--r-- | libhb/encvorbis.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/encvorbis.c b/libhb/encvorbis.c index 3d521e3ea..92f24a13f 100644 --- a/libhb/encvorbis.c +++ b/libhb/encvorbis.c @@ -7,8 +7,8 @@ For full terms see the file COPYING file or visit http://www.gnu.org/licenses/gpl-2.0.html */ -#include "handbrake.h" -#include "audio_remap.h" +#include "handbrake/handbrake.h" +#include "handbrake/audio_remap.h" #include "vorbis/vorbisenc.h" |