Clarify where the file 'ptfformat.h' can be found

This commit is contained in:
John Emmas 2018-10-13 13:49:50 +01:00
parent 7a09cd598d
commit a5a5ba1ace
5 changed files with 5 additions and 5 deletions

View File

@ -61,7 +61,7 @@
#include "selection_memento.h"
#include "tempo_curve.h"
#include <ptfformat.h>
#include <ptformat/ptfformat.h>
namespace Gtkmm2ext {
class Bindings;

View File

@ -26,7 +26,7 @@
#include "pbd/i18n.h"
#include "pbd/file_utils.h"
#include <ptfformat.h>
#include <ptformat/ptfformat.h>
#include "ardour/session_handle.h"
#include "pt_import_selector.h"

View File

@ -27,7 +27,7 @@
#include <sstream>
#include <vector>
#include <ptfformat.h>
#include <ptformat/ptfformat.h>
#include "ardour_dialog.h"
#include "ardour/session.h"

View File

@ -41,7 +41,7 @@
#include <glibmm/threads.h>
#include <ltc.h>
#include <ptfformat.h>
#include <ptformat/ptfformat.h>
#include "pbd/error.h"
#include "pbd/event_loop.h"

View File

@ -48,7 +48,7 @@
#include "ardour/session.h"
#include "pbd/memento_command.h"
#include <ptfformat.h>
#include <ptformat/ptfformat.h>
#include "pbd/i18n.h"