mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-16 06:59:55 -05:00
resampler: Changed style of includes
There was no code that included files from other directories using the #include "..." style before. Signed-off-by: Alexander E. Patrakov <patrakov@gmail.com>
This commit is contained in:
parent
ee658fa074
commit
1b600a2d54
4 changed files with 4 additions and 4 deletions
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
#include <pulse/xmalloc.h>
|
||||
|
||||
#include "pulsecore/resampler.h"
|
||||
#include <pulsecore/resampler.h>
|
||||
|
||||
struct trivial_data { /* data specific to the trivial resampler */
|
||||
unsigned o_counter;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue