summaryrefslogtreecommitdiffstats
path: root/libhb/plist.c
diff options
context:
space:
mode:
Diffstat (limited to 'libhb/plist.c')
-rw-r--r--libhb/plist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libhb/plist.c b/libhb/plist.c
index 6db6dd389..2bd5a02ec 100644
--- a/libhb/plist.c
+++ b/libhb/plist.c
@@ -14,9 +14,9 @@
#include <inttypes.h>
#include "libxml/parser.h"
-#include "common.h"
-#include "hb_dict.h"
-#include "plist.h"
+#include "handbrake/common.h"
+#include "handbrake/hb_dict.h"
+#include "handbrake/plist.h"
#define BUF_SZ (128*1024)