diff src/Input/wav/wav-sndfile.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/wav/wav-sndfile.c	Mon Sep 18 01:35:25 2006 -0700
+++ b/src/Input/wav/wav-sndfile.c	Mon Sep 18 02:02:50 2006 -0700
@@ -25,8 +25,8 @@
 #include <math.h>
 #include <stdio.h>
 
-#include <libaudacious/util.h>
-#include <libaudacious/titlestring.h>
+#include <audacious/util.h>
+#include <audacious/titlestring.h>
 #include "audacious/output.h"
 #include "wav-sndfile.h"