diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 02:59:06 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-19 02:59:06 +0100 |
| commit | 9da4e2dde0da695c240cf48390217ac97cb10c1c (patch) | |
| tree | 6a4dcba302c005c5b336d06ed2b3bd67523261ad /src/input/libreal | |
| parent | f80c8d4d48e7a5ef6ac6c9f2a4dfdb39f40aaff6 (diff) | |
| download | xine-lib-9da4e2dde0da695c240cf48390217ac97cb10c1c.tar.gz xine-lib-9da4e2dde0da695c240cf48390217ac97cb10c1c.tar.bz2 | |
Update all the code to the new headers layout.
Diffstat (limited to 'src/input/libreal')
| -rw-r--r-- | src/input/libreal/asmrp.c | 2 | ||||
| -rw-r--r-- | src/input/libreal/real.c | 4 | ||||
| -rw-r--r-- | src/input/libreal/rmff.c | 2 | ||||
| -rw-r--r-- | src/input/libreal/sdpplin.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/src/input/libreal/asmrp.c b/src/input/libreal/asmrp.c index f7206b583..9fc7a3867 100644 --- a/src/input/libreal/asmrp.c +++ b/src/input/libreal/asmrp.c @@ -43,7 +43,7 @@ */ #include "asmrp.h" -#include "xineutils.h" +#include <xine/xineutils.h> #define ASMRP_SYM_NONE 0 #define ASMRP_SYM_EOF 1 diff --git a/src/input/libreal/real.c b/src/input/libreal/real.c index 29376868c..eb8540976 100644 --- a/src/input/libreal/real.c +++ b/src/input/libreal/real.c @@ -33,8 +33,8 @@ #include "real.h" #include "asmrp.h" #include "sdpplin.h" -#include "xine_internal.h" -#include "xineutils.h" +#include <xine/xine_internal.h> +#include <xine/xineutils.h> #include "bswap.h" #define XOR_TABLE_LEN 37 diff --git a/src/input/libreal/rmff.c b/src/input/libreal/rmff.c index 4fea74636..a15c50b23 100644 --- a/src/input/libreal/rmff.c +++ b/src/input/libreal/rmff.c @@ -27,7 +27,7 @@ #define LOG */ -#include "xineutils.h" +#include <xine/xineutils.h> #include "bswap.h" #include "rmff.h" diff --git a/src/input/libreal/sdpplin.c b/src/input/libreal/sdpplin.c index 5b22e9044..c81e88ac2 100644 --- a/src/input/libreal/sdpplin.c +++ b/src/input/libreal/sdpplin.c @@ -29,7 +29,7 @@ #include "rmff.h" #include "rtsp.h" #include "sdpplin.h" -#include "xineutils.h" +#include <xine/xineutils.h> /* * Decodes base64 strings (based upon b64 package) |
