diff options
author | Lennart Poettering <lennart@poettering.net> | 2006-02-16 22:43:59 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2006-02-16 22:43:59 +0000 |
commit | 22c8cebb858012e4e9c551bb54456237e7597697 (patch) | |
tree | 3cd2c377b2e94044e3e3c68ee1288a9a76af655c /src/tests/pacat-simple.c | |
parent | f49b09df15221dc45526607af380990aebe1537b (diff) |
drop polyplib- prefix from client library files
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@492 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/tests/pacat-simple.c')
-rw-r--r-- | src/tests/pacat-simple.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/pacat-simple.c b/src/tests/pacat-simple.c index 8b3a7b227..0382ec060 100644 --- a/src/tests/pacat-simple.c +++ b/src/tests/pacat-simple.c @@ -28,8 +28,8 @@ #include <string.h> #include <errno.h> -#include <polyp/polyplib-simple.h> -#include <polyp/polyplib-error.h> +#include <polyp/simple.h> +#include <polyp/error.h> #include <polypcore/gccmacro.h> #define BUFSIZE 1024 |