pidgin/purple-plugin-pack

merge of '7241930964f41f9b0fddf83ab3f68f7b55de5870'
org.guifications.plugins
2007-07-30, rekkanoryo
c738bd81d450
merge of '7241930964f41f9b0fddf83ab3f68f7b55de5870'
and '72a546c676a4d6a98688c9d243b3847cc26865c1'
--- a/autorejoin/autorejoin.c Mon Jul 30 05:02:05 2007 -0400
+++ b/autorejoin/autorejoin.c Mon Jul 30 05:02:21 2007 -0400
@@ -21,6 +21,8 @@
# include "../pp_config.h"
#endif
+#include "../common/pp_internal.h"
+
#define PURPLE_PLUGINS
#define PLUGIN_ID "core-plugin_pack-autorejoin"
@@ -40,9 +42,6 @@
#include <prpl.h>
#include <version.h>
-/* Pack/Local headers */
-#include "../common/pp_internal.h"
-
static gboolean
show_them(gpointer data)
{
--- a/autoreply/autoreply.c Mon Jul 30 05:02:05 2007 -0400
+++ b/autoreply/autoreply.c Mon Jul 30 05:02:21 2007 -0400
@@ -21,6 +21,8 @@
# include "../pp_config.h"
#endif /* HAVE_CONFIG_H */
+#include "../common/pp_internal.h"
+
#define PURPLE_PLUGINS
#define PLUGIN_ID "core-plugin_pack-autoreply"
@@ -50,9 +52,6 @@
#include <util.h>
#include <version.h>
-/* Plugin Pack Headers */
-#include "../common/pp_internal.h"
-
#define PREFS_PREFIX "/plugins/core/" PLUGIN_ID
#define PREFS_IDLE PREFS_PREFIX "/idle"
#define PREFS_AWAY PREFS_PREFIX "/away"