comparison src/Output/alsa/about.c @ 9:6303e3a8a6b8 trunk

[svn] - remove last references to libaudacious.
author nenolod
date Mon, 18 Sep 2006 02:42:15 -0700
parents 13389e613d67
children
comparison
equal deleted inserted replaced
8:1a34353aeca5 9:6303e3a8a6b8
15 * along with this program; if not, write to the Free Software 15 * along with this program; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. 16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 */ 17 */
18 18
19 #include "alsa.h" 19 #include "alsa.h"
20 #include <libaudacious/util.h> 20 #include <audacious/util.h>
21 21
22 void alsa_about(void) 22 void alsa_about(void)
23 { 23 {
24 static GtkWidget *dialog; 24 static GtkWidget *dialog;
25 25