diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-22 21:00:56 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-22 21:00:56 +0100 |
commit | 4e9a84a12a49c7a5242d4e372e5961e418ff18df (patch) | |
tree | 7480c4193fbf0386c66ef240a6805a3d93f9963c /src/post/mosaico | |
parent | 9b3fc5f500954e2deb241c17b0437ec8afad025e (diff) | |
parent | 3a217974c83b61f59a8a86684802864d4f9e03d6 (diff) | |
download | xine-lib-4e9a84a12a49c7a5242d4e372e5961e418ff18df.tar.gz xine-lib-4e9a84a12a49c7a5242d4e372e5961e418ff18df.tar.bz2 |
Merge -headers-reshuffle branch into main.
--HG--
rename : src/xine-engine/osd.h => include/xine/osd.h
Diffstat (limited to 'src/post/mosaico')
-rw-r--r-- | src/post/mosaico/mosaico.c | 4 | ||||
-rw-r--r-- | src/post/mosaico/switch.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/post/mosaico/mosaico.c b/src/post/mosaico/mosaico.c index 5683002f6..a3e846026 100644 --- a/src/post/mosaico/mosaico.c +++ b/src/post/mosaico/mosaico.c @@ -28,8 +28,8 @@ #define LOG */ -#include "xine_internal.h" -#include "post.h" +#include <xine/xine_internal.h> +#include <xine/post.h> /* FIXME: This plugin needs to handle overlays as well. */ diff --git a/src/post/mosaico/switch.c b/src/post/mosaico/switch.c index 23469e566..de963c7b3 100644 --- a/src/post/mosaico/switch.c +++ b/src/post/mosaico/switch.c @@ -28,8 +28,8 @@ #define LOG */ -#include "xine_internal.h" -#include "post.h" +#include <xine/xine_internal.h> +#include <xine/post.h> /* FIXME: This plugin needs to handle overlays as well. */ |