mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
Fixup #include directives according to Coding Style
Use #include "header.h" if functionality of header.h is implemented and #include <header.h> if functionality of header.h is used.
This commit is contained in:
parent
ecf09f2cd6
commit
b3721a12c5
21 changed files with 32 additions and 41 deletions
|
|
@ -28,14 +28,14 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <pulse/utf8.h>
|
||||
#include <pulse/scache.h>
|
||||
#include <pulse/fork-detect.h>
|
||||
|
||||
#include <pulsecore/pstream-util.h>
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/proplist-util.h>
|
||||
|
||||
#include "fork-detect.h"
|
||||
#include "internal.h"
|
||||
#include "scache.h"
|
||||
|
||||
int pa_stream_connect_upload(pa_stream *s, size_t length) {
|
||||
pa_tagstruct *t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue