summaryrefslogtreecommitdiff
path: root/src/dxr3/dxr3_decode_spu.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/dxr3/dxr3_decode_spu.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/dxr3/dxr3_decode_spu.c')
-rw-r--r--src/dxr3/dxr3_decode_spu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dxr3/dxr3_decode_spu.c b/src/dxr3/dxr3_decode_spu.c
index 7c501e9d8..8280d4714 100644
--- a/src/dxr3/dxr3_decode_spu.c
+++ b/src/dxr3/dxr3_decode_spu.c
@@ -42,9 +42,9 @@
#define LOG_SPU 0
#define LOG_BTN 0
-#include "xine_internal.h"
-#include "xineutils.h"
-#include "buffer.h"
+#include <xine/xine_internal.h>
+#include <xine/xineutils.h>
+#include <xine/buffer.h>
#include "xine-engine/bswap.h"
#ifdef HAVE_DVDNAV
# include <dvdnav/nav_types.h>