Mercurial > pidgin
changeset 11556:7fbf5e4e8f5f
[gaim-migrate @ 13816]
SF Patch #1295517, from Casey Harkins
"This is quick patch to remove the #include's for sound.h from gtksound.c and server.c which I overlooked in a previous patch (which removed the sound code from those files). In addition, gtkblist.c unnecessarily includes both sound.h and gtksound.h."
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Mon, 19 Sep 2005 16:18:50 +0000 |
parents | 4da9e0d4e8d2 |
children | 1e7c0773380f |
files | src/gtkblist.c src/gtkconv.c src/server.c |
diffstat | 3 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/src/gtkblist.c Sat Sep 17 22:28:18 2005 +0000 +++ b/src/gtkblist.c Mon Sep 19 16:18:50 2005 +0000 @@ -36,7 +36,6 @@ #include "plugin.h" #include "request.h" #include "signals.h" -#include "sound.h" #include "gtkstock.h" #include "util.h" @@ -52,7 +51,6 @@ #include "gtkprivacy.h" #include "gtkroomlist.h" #include "gtksavedstatuses.h" -#include "gtksound.h" #include "gtkstatusbox.h" #include "gtkutils.h"