moved struct AudioFormat to audio_format.h

We want to expose the AudioFormat structure to plugins; remove some
clutter by moving its declaration to a separate header file.
This commit is contained in:
Max Kellermann
2008-08-26 08:27:06 +02:00
parent 08bdb43bef
commit 1b845f94a0
13 changed files with 48 additions and 19 deletions

View File

@@ -19,8 +19,8 @@
#ifndef MPD_TIMER_H
#define MPD_TIMER_H
#include "audio.h"
#include "mpd_types.h"
#include "audio_format.h"
#include "os_compat.h"
typedef struct _Timer {
uint64_t time;