diff src/gtksound.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 fa6c2d893c51
children 2e225cd35615
line wrap: on
line diff
--- a/src/gtksound.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtksound.c	Fri Aug 20 05:11:30 2004 +0000
@@ -20,7 +20,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #ifdef _WIN32
 #include <windows.h>
@@ -393,4 +394,3 @@
 
 	return sounds[event].label;
 }
-