summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_yuv4mpeg2.c
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-19 02:59:06 +0100
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-12-19 02:59:06 +0100
commit9da4e2dde0da695c240cf48390217ac97cb10c1c (patch)
tree6a4dcba302c005c5b336d06ed2b3bd67523261ad /src/demuxers/demux_yuv4mpeg2.c
parentf80c8d4d48e7a5ef6ac6c9f2a4dfdb39f40aaff6 (diff)
downloadxine-lib-9da4e2dde0da695c240cf48390217ac97cb10c1c.tar.gz
xine-lib-9da4e2dde0da695c240cf48390217ac97cb10c1c.tar.bz2
Update all the code to the new headers layout.
Diffstat (limited to 'src/demuxers/demux_yuv4mpeg2.c')
-rw-r--r--src/demuxers/demux_yuv4mpeg2.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/demuxers/demux_yuv4mpeg2.c b/src/demuxers/demux_yuv4mpeg2.c
index 54e8ebbaa..a0bf31bce 100644
--- a/src/demuxers/demux_yuv4mpeg2.c
+++ b/src/demuxers/demux_yuv4mpeg2.c
@@ -36,10 +36,10 @@
#include <string.h>
#include <stdlib.h>
-#include "xine_internal.h"
-#include "xineutils.h"
-#include "compat.h"
-#include "demux.h"
+#include <xine/xine_internal.h>
+#include <xine/xineutils.h>
+#include <xine/compat.h>
+#include <xine/demux.h>
#include "bswap.h"
#define Y4M_SIGNATURE_SIZE 9