Do not include unused <esd.h>

2002-03-07  Lauris Kaplinski  <lauris@ximian.com>

	* sound-properties-capplet.c: Do not include unused <esd.h>
This commit is contained in:
Lauris Kaplinski 2002-03-07 01:22:59 +00:00 committed by Rachel Hestilow
parent 6f64911726
commit 9a3e95aa2d
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2002-03-07 Lauris Kaplinski <lauris@ximian.com>
* sound-properties-capplet.c: Do not include unused <esd.h>
2002-02-27 Kjartan Maraas <kmaraas@gnome.org> 2002-02-27 Kjartan Maraas <kmaraas@gnome.org>
* sound-properties-capplet.c: s/PACKAGE/GETTEXT_PACKAGE/g * sound-properties-capplet.c: s/PACKAGE/GETTEXT_PACKAGE/g

View file

@ -37,7 +37,6 @@
/* Needed only for the sound capplet */ /* Needed only for the sound capplet */
#include <stdlib.h> #include <stdlib.h>
#include <esd.h>
#include <sys/types.h> #include <sys/types.h>
/* Capplet-specific prototypes */ /* Capplet-specific prototypes */