config.h is a local header, not a system one

Change the #include accordingly, that's what we use in the rest of the tree
too.
This commit is contained in:
Peter Hutterer 2021-06-09 10:45:23 +10:00
parent da339c286f
commit 5cf3c28fa4
7 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@
along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
***/ ***/
#include <config.h> #include "config.h"
#include <sys/types.h> #include <sys/types.h>
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>

View file

@ -20,7 +20,7 @@
***/ ***/
#include <config.h> #include "config.h"
#include <ctype.h> #include <ctype.h>
#include <sys/types.h> #include <sys/types.h>

View file

@ -18,7 +18,7 @@
along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
***/ ***/
#include <config.h> #include "config.h"
#include <sys/types.h> #include <sys/types.h>
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>

View file

@ -17,7 +17,7 @@
along with PulseAudio; if not, see <http://www.gnu.org/licenses/>. along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
***/ ***/
#include <config.h> #include "config.h"
#include <dirent.h> #include <dirent.h>
#include <string.h> #include <string.h>

View file

@ -9,7 +9,7 @@
*/ */
#include <config.h> #include "config.h"
#include <spa/utils/defs.h> #include <spa/utils/defs.h>

View file

@ -3,7 +3,7 @@
* found in the LICENSE file. * found in the LICENSE file.
*/ */
#include <config.h> #include "config.h"
#include "crossover.h" #include "crossover.h"

View file

@ -109,7 +109,7 @@ struct impl {
#include <dbus/dbus.h> #include <dbus/dbus.h>
#include <config.h> #include "config.h"
#include <sys/syscall.h> #include <sys/syscall.h>