Update to latest LV2 atom extension.
[ardour.git] / libs / ardour / ardour / control_protocol_search_path.h
index f9a8103c0c28b85ded29c7f364c9084c99582a48..8795f4501a64a9dd376db48924f751411389395d 100644 (file)
@@ -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
 #ifndef ARDOUR_CONTROL_PROTOCOL_SEARCH_PATH_INCLUDED
 #define ARDOUR_CONTROL_PROTOCOL_SEARCH_PATH_INCLUDED
 
-#include <pbd/search_path.h>
+#include "pbd/search_path.h"
 
 namespace ARDOUR {
 
-       using PBD::SearchPath;
-
        /**
-        * return a SearchPath containing directories in which to look for 
+        * return a SearchPath containing directories in which to look for
         * control surface plugins.
         *
         * If ARDOUR_SURFACES_PATH is defined then the SearchPath returned
@@ -35,7 +33,7 @@ namespace ARDOUR {
         * contain the user and system directories which may contain control
         * surface plugins.
         */
-       SearchPath control_protocol_search_path ();
+       PBD::SearchPath control_protocol_search_path ();
 
 } // namespace ARDOUR