--- a/src/plugin.h Sun Aug 17 17:55:46 2003 +0000 +++ b/src/plugin.h Mon Aug 18 01:03:43 2003 +0000 @@ -5,7 +5,7 @@ * gaim * * Copyright (C) 2003 Christian Hammond <chipx86@gnupdate.org> - * + * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or @@ -31,8 +31,6 @@ typedef int GaimPluginPriority; /**< Plugin priority. */ -#include "event.h" - /** * Plugin types. */ @@ -93,7 +91,7 @@ gboolean (*unload)(GaimPlugin *plugin); void (*destroy)(GaimPlugin *plugin); - GaimSignalBroadcastFunc broadcast; + /* XXX GaimSignalBroadcastFunc broadcast; */ }; /**