diff options
Diffstat (limited to 'src/polypcore/source-output.h')
-rw-r--r-- | src/polypcore/source-output.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/polypcore/source-output.h b/src/polypcore/source-output.h index 4b1cbf15..98f6ab0c 100644 --- a/src/polypcore/source-output.h +++ b/src/polypcore/source-output.h @@ -26,12 +26,12 @@ typedef struct pa_source_output pa_source_output; -#include "source.h" #include <polyp/sample.h> -#include "memblockq.h" -#include "resampler.h" -#include "module.h" -#include "client.h" +#include <polypcore/source.h> +#include <polypcore/memblockq.h> +#include <polypcore/resampler.h> +#include <polypcore/module.h> +#include <polypcore/client.h> typedef enum { PA_SOURCE_OUTPUT_RUNNING, |