From: <sa...@us...> - 2006-10-19 06:51:29
|
Revision: 17547 http://svn.sourceforge.net/gaim/?rev=17547&view=rev Author: sadrul Date: 2006-10-18 23:51:22 -0700 (Wed, 18 Oct 2006) Log Message: ----------- Do not include what you do not use. Modified Paths: -------------- trunk/console/plugins/gnthistory.c Modified: trunk/console/plugins/gnthistory.c =================================================================== --- trunk/console/plugins/gnthistory.c 2006-10-19 06:16:14 UTC (rev 17546) +++ trunk/console/plugins/gnthistory.c 2006-10-19 06:51:22 UTC (rev 17547) @@ -34,8 +34,6 @@ #include "gntplugin.h" -#include <gnttextview.h> - #define HISTORY_PLUGIN_ID "gnt-history" #define HISTORY_SIZE (4 * 1024) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |