mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
Cleaned up the includes after the restructuring. Indicate which headers are
public and which are internal through <> vs "". git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@500 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
c278bc6c37
commit
5eda18bf60
137 changed files with 524 additions and 422 deletions
|
|
@ -26,19 +26,20 @@
|
|||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "cli-text.h"
|
||||
#include "module.h"
|
||||
#include "client.h"
|
||||
#include "sink.h"
|
||||
#include "source.h"
|
||||
#include "sink-input.h"
|
||||
#include "source-output.h"
|
||||
#include "strbuf.h"
|
||||
#include "sample-util.h"
|
||||
#include "core-scache.h"
|
||||
#include "autoload.h"
|
||||
#include "xmalloc.h"
|
||||
#include <polyp/volume.h>
|
||||
#include <polypcore/module.h>
|
||||
#include <polypcore/client.h>
|
||||
#include <polypcore/sink.h>
|
||||
#include <polypcore/source.h>
|
||||
#include <polypcore/sink-input.h>
|
||||
#include <polypcore/source-output.h>
|
||||
#include <polypcore/strbuf.h>
|
||||
#include <polypcore/sample-util.h>
|
||||
#include <polypcore/core-scache.h>
|
||||
#include <polypcore/autoload.h>
|
||||
#include <polypcore/xmalloc.h>
|
||||
|
||||
#include "cli-text.h"
|
||||
|
||||
char *pa_module_list_to_string(pa_core *c) {
|
||||
pa_strbuf *s;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue