changeset 108:9a544c677ab7

[gaim-migrate @ 118] Um, don't ask. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 12 Apr 2000 08:28:52 +0000
parents 55faf2e3a134
children 45bcfa3b584c
files src/sound.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/sound.c	Wed Apr 12 08:13:22 2000 +0000
+++ b/src/sound.c	Wed Apr 12 08:28:52 2000 +0000
@@ -19,7 +19,6 @@
  *
  */
 
-#ifndef USE_APPLET
 #include <stdio.h>
 #include <string.h>
 #include <sys/time.h>
@@ -262,6 +261,7 @@
 }
 
 
+#ifndef USE_APPLET
 
 void play_sound(int sound)
 {
@@ -296,7 +296,6 @@
 
 #else /* USE_APPLET */
 
-#include "gaim.h"
 #include <gnome.h>
 void play_sound(int sound)
 {