summaryrefslogtreecommitdiffstats
path: root/sub/spudec.c
diff options
context:
space:
mode:
Diffstat (limited to 'sub/spudec.c')
-rw-r--r--sub/spudec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sub/spudec.c b/sub/spudec.c
index 003a068422..2a2bc2dde3 100644
--- a/sub/spudec.c
+++ b/sub/spudec.c
@@ -40,13 +40,13 @@
#include <libavutil/intreadwrite.h>
#include "config.h"
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#include "spudec.h"
#include "vobsub.h"
#include "sub.h"
-#include "mpcommon.h"
-#include "libvo/csputils.h"
+#include "core/mp_common.h"
+#include "video/csputils.h"
typedef struct spu_packet_t packet_t;
struct spu_packet_t {