comparison src/gtkpluginpref.c @ 9791:4a15962c344a

[gaim-migrate @ 10659] A patch from Gary Kramlich that renames gtkinternal.h to gtkgaim.h, and makes it not include internal.h There were some reasons for this... but basically it's cleaner. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Aug 2004 05:11:30 +0000
parents 803e642650e1
children 1ae82c0c24ee
comparison
equal deleted inserted replaced
9790:f8b2630ca694 9791:4a15962c344a
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 */ 21 */
22 #ifdef HAVE_CONFIG_H 22 #ifdef HAVE_CONFIG_H
23 # include <config.h> 23 # include <config.h>
24 #endif 24 #endif
25
26 #include <glib.h>
27 #include <gtk/gtk.h>
28 25
29 #include "debug.h" 26 #include "debug.h"
30 #include "internal.h" 27 #include "internal.h"
31 #include "pluginpref.h" 28 #include "pluginpref.h"
32 #include "prefs.h" 29 #include "prefs.h"