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
|
|
@ -28,27 +28,28 @@
|
|||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <polypcore/native-common.h>
|
||||
#include <polypcore/packet.h>
|
||||
#include <polypcore/client.h>
|
||||
#include <polypcore/source-output.h>
|
||||
#include <polypcore/sink-input.h>
|
||||
#include <polypcore/pstream.h>
|
||||
#include <polypcore/tagstruct.h>
|
||||
#include <polypcore/pdispatch.h>
|
||||
#include <polypcore/pstream-util.h>
|
||||
#include <polypcore/authkey.h>
|
||||
#include <polypcore/namereg.h>
|
||||
#include <polypcore/core-scache.h>
|
||||
#include <polypcore/xmalloc.h>
|
||||
#include <polypcore/util.h>
|
||||
#include <polypcore/core-subscribe.h>
|
||||
#include <polypcore/log.h>
|
||||
#include <polypcore/autoload.h>
|
||||
#include <polypcore/authkey-prop.h>
|
||||
#include <polypcore/strlist.h>
|
||||
#include <polypcore/props.h>
|
||||
|
||||
#include "protocol-native.h"
|
||||
#include "native-common.h"
|
||||
#include "packet.h"
|
||||
#include "client.h"
|
||||
#include "source-output.h"
|
||||
#include "sink-input.h"
|
||||
#include "pstream.h"
|
||||
#include "tagstruct.h"
|
||||
#include "pdispatch.h"
|
||||
#include "pstream-util.h"
|
||||
#include "authkey.h"
|
||||
#include "namereg.h"
|
||||
#include "core-scache.h"
|
||||
#include "xmalloc.h"
|
||||
#include "util.h"
|
||||
#include "core-subscribe.h"
|
||||
#include "log.h"
|
||||
#include "autoload.h"
|
||||
#include "authkey-prop.h"
|
||||
#include "strlist.h"
|
||||
#include "props.h"
|
||||
|
||||
/* Kick a client if it doesn't authenticate within this time */
|
||||
#define AUTH_TIMEOUT 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue