Fix incorrect angle brackets for includes.

git-svn-id: svn://localhost/ardour2/branches/3.0@7874 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-10-05 00:25:57 +00:00
parent 15eae738d0
commit 22ffdfa6ad
4 changed files with 6 additions and 6 deletions

View file

@ -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
{

View file

@ -1,6 +1,6 @@
#include <cmath>
#include <ardour/session.h>
#include "ardour/session.h"
#include "mackie_jog_wheel.h"