summaryrefslogtreecommitdiff
path: root/src/post/planar/fill.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/post/planar/fill.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/post/planar/fill.c')
-rw-r--r--src/post/planar/fill.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/post/planar/fill.c b/src/post/planar/fill.c
index 62fdc1381..6dd5ce23b 100644
--- a/src/post/planar/fill.c
+++ b/src/post/planar/fill.c
@@ -22,8 +22,8 @@
* based on invert.c
*/
-#include "xine_internal.h"
-#include "post.h"
+#include <xine/xine_internal.h>
+#include <xine/post.h>
/* plugin class initialization function */
void *fill_init_plugin(xine_t *xine, void *);