X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fcontrol_protocol_search_path.cc;h=7cdf75a44137a6b646904a3a450b59619a1e318c;hb=f233c4738cf671a1957bb3729654b80a6f30cbbb;hp=713ef30e65cb8d1e979c1f29ccd0e6c38f444d56;hpb=1c8fc3c5843b135adc1ebceecc2ee8ffb6c8a3d4;p=ardour.git diff --git a/libs/ardour/control_protocol_search_path.cc b/libs/ardour/control_protocol_search_path.cc index 713ef30e65..7cdf75a441 100644 --- a/libs/ardour/control_protocol_search_path.cc +++ b/libs/ardour/control_protocol_search_path.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2007 Tim Mayberry + Copyright (C) 2007 Tim Mayberry This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -19,14 +19,16 @@ #include -#include -#include -#include +#include "ardour/control_protocol_search_path.h" +#include "ardour/directory_names.h" +#include "ardour/filesystem_paths.h" namespace { const char * const surfaces_env_variable_name = "ARDOUR_SURFACES_PATH"; } // anonymous +using namespace PBD; + namespace ARDOUR { SearchPath @@ -34,7 +36,7 @@ control_protocol_search_path () { bool surfaces_path_defined = false; SearchPath spath_env(Glib::getenv(surfaces_env_variable_name, surfaces_path_defined)); - + if (surfaces_path_defined) { return spath_env;