* rename polypcore/subscribe.[ch] to polypcore/core-subscribe.[ch] to avoid confusion with polyp/subscribe.[ch]

* same for scache.[ch]


git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@496 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2006-02-16 23:13:27 +00:00
parent b4cb249d70
commit 5ccf4145bc
23 changed files with 30 additions and 30 deletions

View file

@ -34,10 +34,10 @@
#include "source.h"
#include "namereg.h"
#include "util.h"
#include "scache.h"
#include "core-scache.h"
#include "autoload.h"
#include "xmalloc.h"
#include "subscribe.h"
#include "core-subscribe.h"
#include "props.h"
#include "random.h"