mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
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
4 changed files with 6 additions and 6 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue