aboutsummaryrefslogtreecommitdiff
path: root/src/timer.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-08-26 08:27:06 +0200
committerMax Kellermann <max@duempel.org>2008-08-26 08:27:06 +0200
commit1b845f94a0a75bd6cc21ac666c9c0ab04362dd80 (patch)
treee6a1eb0e1add13eff676076250c1f82f0685f23b /src/timer.h
parent08bdb43bef5173f045a868289b05a4a698ab811e (diff)
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 'src/timer.h')
-rw-r--r--src/timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/timer.h b/src/timer.h
index c8018e26..6851a153 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;