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/xine-utils/pool.c | |
| 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/xine-utils/pool.c')
| -rw-r--r-- | src/xine-utils/pool.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xine-utils/pool.c b/src/xine-utils/pool.c index a1fddadd9..60330ef53 100644 --- a/src/xine-utils/pool.c +++ b/src/xine-utils/pool.c @@ -22,9 +22,9 @@ #endif #include <assert.h> -#include "attributes.h" -#include "pool.h" -#include "array.h" +#include <xine/attributes.h> +#include <xine/pool.h> +#include <xine/array.h> #define MIN_CHUNK_SIZE 32 #define MAX_CHUNK_SIZE 65536 |
