mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -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)
|
||||
|
|
|
|||
|
|
@ -22,10 +22,6 @@
|
|||
USA.
|
||||
***/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <pulsecore/cpu.h>
|
||||
|
||||
/* Orc-optimised bits */
|
||||
|
|
|
|||
|
|
@ -21,10 +21,6 @@
|
|||
USA.
|
||||
***/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <pulsecore/macro.h>
|
||||
#include <pulse/sample.h>
|
||||
#include <pulse/channelmap.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue