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:
parent
15eae738d0
commit
22ffdfa6ad
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
{
|
||||
|
@ -1,6 +1,6 @@
|
||||
#include <cmath>
|
||||
|
||||
#include <ardour/session.h>
|
||||
#include "ardour/session.h"
|
||||
|
||||
#include "mackie_jog_wheel.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user