diff src/Input/cdaudio/configure.c @ 4:0ad4849f6219 trunk

[svn] - the first pass missed some libaudacious references, this fixes them
author nenolod
date Mon, 18 Sep 2006 02:02:50 -0700
parents 13389e613d67
children
line wrap: on
line diff
--- a/src/Input/cdaudio/configure.c	Mon Sep 18 01:35:25 2006 -0700
+++ b/src/Input/cdaudio/configure.c	Mon Sep 18 02:02:50 2006 -0700
@@ -31,8 +31,8 @@
 #include <errno.h>
 #include <sys/stat.h>
 
-#include <libaudacious/configdb.h>
-#include <libaudacious/titlestring.h>
+#include <audacious/configdb.h>
+#include <audacious/titlestring.h>
 
 
 #define GET_TB(b) gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(b))