summaryrefslogtreecommitdiff
path: root/libs/ardour/export_profile_manager.cc
diff options
context:
space:
mode:
authorJohn Emmas <johne53@tiscali.co.uk>2014-03-10 14:20:45 +0000
committerJohn Emmas <johne53@tiscali.co.uk>2014-03-10 16:24:06 +0000
commitd1fd112bdf9fe445604fdd4f5bc6ad7ff64d5594 (patch)
tree4c3359606cf34a05b31e8c0b66adee7e00dbf245 /libs/ardour/export_profile_manager.cc
parent75c55b0aa0534b702ec6167f5b1aae6e637fdd69 (diff)
Transfer 'export_formats_search_path()' into 'libs/ardour/search_paths.cc'
Diffstat (limited to 'libs/ardour/export_profile_manager.cc')
-rw-r--r--libs/ardour/export_profile_manager.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ardour/export_profile_manager.cc b/libs/ardour/export_profile_manager.cc
index 8f8fae308e..0792232b5f 100644
--- a/libs/ardour/export_profile_manager.cc
+++ b/libs/ardour/export_profile_manager.cc
@@ -34,7 +34,7 @@
#include "ardour/export_profile_manager.h"
#include "ardour/export_format_specification.h"
-#include "ardour/export_formats_search_path.h"
+#include "ardour/search_paths.h"
#include "ardour/export_timespan.h"
#include "ardour/export_channel_configuration.h"
#include "ardour/export_filename.h"