From: <the...@us...> - 2006-11-13 06:47:23
|
Revision: 17744 http://svn.sourceforge.net/gaim/?rev=17744&view=rev Author: thekingant Date: 2006-11-12 22:47:19 -0800 (Sun, 12 Nov 2006) Log Message: ----------- Stuff we ship should not include gaim.h--we should include individual header files. Eventually 3rd party plugins should just need to include only gaim.h, but not yet Modified Paths: -------------- trunk/gtk/gtkdocklet-x11.c trunk/gtk/win32/gtkwin32dep.c trunk/libgaim/win32/win32dep.c Modified: trunk/gtk/gtkdocklet-x11.c =================================================================== --- trunk/gtk/gtkdocklet-x11.c 2006-11-13 04:16:49 UTC (rev 17743) +++ trunk/gtk/gtkdocklet-x11.c 2006-11-13 06:47:19 UTC (rev 17744) @@ -27,7 +27,6 @@ #include "debug.h" #include "gaimstock.h" -#include "gaim.h" #include "gtkdialogs.h" #include "eggtrayicon.h" Modified: trunk/gtk/win32/gtkwin32dep.c =================================================================== --- trunk/gtk/win32/gtkwin32dep.c 2006-11-13 04:16:49 UTC (rev 17743) +++ trunk/gtk/win32/gtkwin32dep.c 2006-11-13 06:47:19 UTC (rev 17744) @@ -37,7 +37,6 @@ #include <gtk/gtk.h> #include <gdk/gdkwin32.h> -#include "gaim.h" #include "debug.h" #include "notify.h" Modified: trunk/libgaim/win32/win32dep.c =================================================================== --- trunk/libgaim/win32/win32dep.c 2006-11-13 04:16:49 UTC (rev 17743) +++ trunk/libgaim/win32/win32dep.c 2006-11-13 06:47:19 UTC (rev 17744) @@ -32,7 +32,6 @@ #include <glib.h> #include <glib/gstdio.h> -#include "gaim.h" #include "debug.h" #include "notify.h" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |