summaryrefslogtreecommitdiff
path: root/gtk2_ardour/sfdb_ui.h
diff options
context:
space:
mode:
authorTaybin Rutkin <taybin@taybin.com>2006-03-08 22:24:51 +0000
committerTaybin Rutkin <taybin@taybin.com>2006-03-08 22:24:51 +0000
commit123ec9cb3034dc760194e0e9e73f7d597e5d793f (patch)
tree9798f995f749d46cfc0bc65a034baf0c1ae32915 /gtk2_ardour/sfdb_ui.h
parente057db8057e77157b3370f9feb8bb4670b1854e7 (diff)
Removed direct libsndfile usage.
git-svn-id: svn://localhost/trunk/ardour2@362 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/sfdb_ui.h')
-rw-r--r--gtk2_ardour/sfdb_ui.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/gtk2_ardour/sfdb_ui.h b/gtk2_ardour/sfdb_ui.h
index d1725ce8f3..9b44fec3ed 100644
--- a/gtk2_ardour/sfdb_ui.h
+++ b/gtk2_ardour/sfdb_ui.h
@@ -25,8 +25,6 @@
#include <string>
#include <vector>
-#include <sndfile.h>
-
#include <sigc++/signal.h>
#include <gtkmm/box.h>
@@ -41,6 +39,7 @@
#include <gtkmm/treeview.h>
#include <ardour/session.h>
+#include <ardour/sndfile_helpers.h>
#include "ardour_dialog.h"
@@ -68,7 +67,7 @@ class SoundFileBox : public Gtk::VBox
LabelModelColumns label_columns;
- SF_INFO sf_info;
+ SoundFileInfo sf_info;
pid_t current_pid;