summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/graph.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-10-05 00:25:57 +0000
committerCarl Hetherington <carl@carlh.net>2010-10-05 00:25:57 +0000
commit22ffdfa6ad9dd20132ba653a1c85f11a359d4633 (patch)
treecad99e7f48060c0932fe3b0ab2d86e3320463aa9 /libs/ardour/ardour/graph.h
parent15eae738d0ad708614a39056691dba65678953ea (diff)
Fix incorrect angle brackets for includes.
git-svn-id: svn://localhost/ardour2/branches/3.0@7874 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/graph.h')
-rw-r--r--libs/ardour/ardour/graph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/graph.h b/libs/ardour/ardour/graph.h
index ec906455fe..56267672b7 100644
--- a/libs/ardour/ardour/graph.h
+++ b/libs/ardour/ardour/graph.h
@@ -34,8 +34,8 @@
#include <pthread.h>
#include <semaphore.h>
-#include <ardour/types.h>
-#include <ardour/session_handle.h>
+#include "ardour/types.h"
+#include "ardour/session_handle.h"
namespace ARDOUR
{