Mercurial > audlegacy
changeset 3707:1baa8e00c9d7
custom_uri/mime go below type defs
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 07 Oct 2007 19:12:28 -0500 |
parents | fc17623eb561 |
children | 6f4068a0f291 |
files | src/audacious/plugin.h |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/audacious/plugin.h Sun Oct 07 18:00:57 2007 -0500 +++ b/src/audacious/plugin.h Sun Oct 07 19:12:28 2007 -0500 @@ -42,8 +42,6 @@ #include "audacious/tuple_formatter.h" #include "audacious/eventqueue.h" #include "audacious/configdb.h" -#include "audacious/mime.h" -#include "audacious/custom_uri.h" #define PLUGIN(x) ((Plugin *)(x)) #define INPUT_PLUGIN(x) ((InputPlugin *)(x)) @@ -89,6 +87,9 @@ typedef struct _InputPlayback InputPlayback; +#include "audacious/mime.h" +#include "audacious/custom_uri.h" + #define PLUGIN_COMMON_FIELDS \ gpointer handle; \ gchar *filename; \