mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 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
|
|
@ -29,10 +29,10 @@
|
|||
|
||||
#include <pulsecore/g711.h>
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulsecore/endianmacros.h>
|
||||
|
||||
#include "endianmacros.h"
|
||||
#include "sconv-s16le.h"
|
||||
#include "sconv-s16be.h"
|
||||
#include <pulsecore/sconv-s16le.h>
|
||||
#include <pulsecore/sconv-s16be.h>
|
||||
|
||||
#include "sconv.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue