diff src/protocols/zephyr/zephyr.c @ 7084:0909ebf6fb28

[gaim-migrate @ 7649] Bye bye, UI-specific includes. I think all protocol plugins are finally clear of any and all UI! (Aside from some #if 0'd code). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 30 Sep 2003 22:59:30 +0000
parents b794695d7c72
children bf630f7dfdcd
line wrap: on
line diff
--- a/src/protocols/zephyr/zephyr.c	Tue Sep 30 22:56:49 2003 +0000
+++ b/src/protocols/zephyr/zephyr.c	Tue Sep 30 22:59:30 2003 +0000
@@ -4,8 +4,8 @@
  *
  * Copyright (C) 1998-2001, Mark Spencer <markster@marko.net>
  * Some code borrowed from GtkZephyr, by
- * 	Jag/Sean Dilda <agrajag@linuxpower.org>/<smdilda@unity.ncsu.edu>
- * 	http://gtkzephyr.linuxpower.org/
+ * Jag/Sean Dilda <agrajag@linuxpower.org>/<smdilda@unity.ncsu.edu>
+ * http://gtkzephyr.linuxpower.org/
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -34,8 +34,6 @@
 
 #include "zephyr/zephyr.h"
 
-#include "gaim.h"
-
 extern Code_t ZGetLocations(ZLocations_t *, int *);
 extern Code_t ZSetLocation(char *);
 extern Code_t ZUnsetLocation();