aboutsummaryrefslogtreecommitdiffstats
path: root/src/timer.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:06 +0200
committerEric Wong <normalperson@yhbt.net>2008-08-30 18:32:55 -0700
commit554c708450dd5008c310902f67702b9727b944d3 (patch)
tree724be43cf72ef38561c14752d362a3e429a5ed76 /src/timer.h
parent0ab398363a14eb5a59a374697fbac80264d10087 (diff)
downloadmpd-554c708450dd5008c310902f67702b9727b944d3.tar.gz
mpd-554c708450dd5008c310902f67702b9727b944d3.tar.xz
mpd-554c708450dd5008c310902f67702b9727b944d3.zip
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.
Diffstat (limited to '')
-rw-r--r--src/timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timer.h b/src/timer.h
index c8018e260..6851a1535 100644
--- a/src/timer.h
+++ b/src/timer.h
@@ -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;