pidgin/purple-plugin-pack

Random cleanups...
org.guifications.plugins
2007-07-30, grim
fe538da50053
Random cleanups...
--- a/album/album-ui.c Mon Jul 30 04:01:23 2007 -0400
+++ b/album/album-ui.c Mon Jul 30 04:23:03 2007 -0400
@@ -21,6 +21,8 @@
* 02111-1307, USA.
*/
+#include "../common/pp_internal.h"
+
#include "album-ui.h"
#include <glib.h>
--- a/album/album.c Mon Jul 30 04:01:23 2007 -0400
+++ b/album/album.c Mon Jul 30 04:23:03 2007 -0400
@@ -25,6 +25,8 @@
#include <glib.h>
+#include "../common/pp_internal.h"
+
/* We want to use the gstdio functions when possible so that non-ASCII
* filenames are handled properly on Windows. */
#if GLIB_CHECK_VERSION(2,6,0)
--- a/album/album.h Mon Jul 30 04:01:23 2007 -0400
+++ b/album/album.h Mon Jul 30 04:23:03 2007 -0400
@@ -22,9 +22,7 @@
#ifndef _ALBUM_H_
#define _ALBUM_H_
-#include <blist.h>
-
-#include "../common/pp_internal.h"
+#include <account.h>
#define PLUGIN_STATIC_NAME "album"
#define PLUGIN_ID "gtk-rlaager-" PLUGIN_STATIC_NAME