View | Details | Raw Unified
Collapse All | Expand All

(-) gnome-games-2.10.1/gnome-stones/sound.c (-1 / +3 lines)
 Lines 20-26    Link Here 
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 */
 */
#include <esd.h>
#ifndef NO_ESD
# include <esd.h>
#endif
#include <gnome.h>
#include <gnome.h>
#include "sound.h"
#include "sound.h"
(-) gnome-games-2.10.1/gnometris/sound.cpp (-1 / +3 lines)
 Lines 21-27    Link Here 
 */
 */
#include <gnome.h>
#include <gnome.h>
#include <esd.h>
#ifndef NO_ESD
# include <esd.h>
#endif
#include "sound.h"
#include "sound.h"