mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
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:
parent
67b57c8df9
commit
e5258d4ed1
38 changed files with 135 additions and 134 deletions
|
|
@ -18,12 +18,12 @@
|
|||
|
||||
*/
|
||||
|
||||
#include <pbd/pthread_utils.h>
|
||||
#include "pbd/pthread_utils.h"
|
||||
|
||||
#include <ardour/session.h>
|
||||
#include <ardour/location.h>
|
||||
#include "ardour/session.h"
|
||||
#include "ardour/location.h"
|
||||
|
||||
#include <control_protocol/basic_ui.h>
|
||||
#include "control_protocol/basic_ui.h"
|
||||
|
||||
#include "i18n.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue