mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
Include config.h consistently in source files and not in headers
This commit is contained in:
parent
625380d809
commit
f10da7683d
3 changed files with 4 additions and 8 deletions
|
|
@ -19,6 +19,10 @@
|
|||
USA.
|
||||
***/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "cpu-orc.h"
|
||||
|
||||
void pa_cpu_init_orc(pa_cpu_info cpu_info)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue