Fix angle bracket project-local include paths.

git-svn-id: svn://localhost/ardour2/branches/3.0@5975 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-30 00:21:40 +00:00
parent 67b57c8df9
commit e5258d4ed1
38 changed files with 135 additions and 134 deletions

View file

@ -24,7 +24,7 @@
#include <string>
#include <jack/types.h>
#include <control_protocol/timecode.h>
#include "control_protocol/timecode.h"
namespace ARDOUR {
class Session;

View file

@ -27,7 +27,7 @@
#include <boost/shared_ptr.hpp>
#include <sigc++/sigc++.h>
#include <pbd/stateful.h>
#include <control_protocol/basic_ui.h>
#include "control_protocol/basic_ui.h"
namespace ARDOUR {