mixer: include cleanup

Don't include conf.h in mixer_api.h.  Use a forward struct declaration
instead.
This commit is contained in:
Max Kellermann 2009-02-16 18:40:04 +01:00
parent 46c15e4ab3
commit 02c99d7716
2 changed files with 4 additions and 1 deletions

View File

@ -23,6 +23,7 @@
#include "output_plugin.h"
#include "output_all.h"
#include "mixer_api.h"
#include "conf.h"
#include <glib.h>

View File

@ -19,7 +19,7 @@
#ifndef MPD_MIXER_H
#define MPD_MIXER_H
#include "conf.h"
#include <stdbool.h>
/*
* list of currently implemented mixers
@ -28,6 +28,8 @@
extern const struct mixer_plugin alsa_mixer;
extern const struct mixer_plugin oss_mixer;
struct config_param;
struct mixer_plugin {
/**
* Alocates and configures a mixer device.