comparison src/gtknotify.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 8d891252f2ac
children 62eb9fe24692
comparison
equal deleted inserted replaced
9790:f8b2630ca694 9791:4a15962c344a
20 * 20 *
21 * You should have received a copy of the GNU General Public License 21 * You should have received a copy of the GNU General Public License
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #include "gtkinternal.h" 25 #include "internal.h"
26 #include "gtkgaim.h"
26 27
27 #include <gdk/gdkkeysyms.h> 28 #include <gdk/gdkkeysyms.h>
28 29
29 #include "connection.h" 30 #include "connection.h"
30 #include "debug.h" 31 #include "debug.h"