mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -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
|
|
@ -26,6 +26,8 @@
|
|||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <pulse/xmalloc.h>
|
||||
|
||||
#include <pulsecore/atomic.h>
|
||||
#include <pulsecore/log.h>
|
||||
#include <pulsecore/thread.h>
|
||||
|
|
@ -33,10 +35,9 @@
|
|||
#include <pulsecore/core-util.h>
|
||||
#include <pulsecore/llist.h>
|
||||
#include <pulsecore/flist.h>
|
||||
#include <pulse/xmalloc.h>
|
||||
#include <pulsecore/fdsem.h>
|
||||
|
||||
#include "asyncq.h"
|
||||
#include "fdsem.h"
|
||||
|
||||
#define ASYNCQ_SIZE 256
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue