fix several inter-related problems with libptformat

This commit is contained in:
Paul Davis 2018-10-14 20:35:31 -04:00
parent 0cf27fd2cd
commit 0154c82fa3
3 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@
#include "selection_memento.h"
#include "tempo_curve.h"
#include <ptformat/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 <ptformat/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 <ptformat/ptfformat.h>
#include "ptformat/ptfformat.h"
#include "ardour_dialog.h"
#include "ardour/session.h"