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

@ -1,7 +1,7 @@
#include <gtkmm/table.h>
#include <gtkmm/stock.h>
#include <gtkmm/alignment.h>
#include <ardour/region.h>
#include "ardour/region.h"
#include "gui_thread.h"
#include "i18n.h"

View File

@ -6,8 +6,8 @@
#include <gtkmm/treeview.h>
#include <gtkmm/scrolledwindow.h>
#include <ardour/region.h>
#include <ardour/playlist.h>
#include "ardour/region.h"
#include "ardour/playlist.h"
#include "ardour_dialog.h"
#include "audio_clock.h"

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"