Re-order includes
* external, system-wide first <> * next "pbd/*" ...
This commit is contained in:
@@ -22,12 +22,14 @@
|
||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#include "ardour/export_graph_builder.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include <glibmm/miscutils.h>
|
||||
|
||||
#include "pbd/uuid.h"
|
||||
#include "pbd/file_utils.h"
|
||||
#include "pbd/cpus.h"
|
||||
|
||||
#include "audiographer/process_context.h"
|
||||
#include "audiographer/general/chunker.h"
|
||||
#include "audiographer/general/cmdpipe_writer.h"
|
||||
@@ -50,6 +52,7 @@
|
||||
#include "ardour/export_failed.h"
|
||||
#include "ardour/export_filename.h"
|
||||
#include "ardour/export_format_specification.h"
|
||||
#include "ardour/export_graph_builder.h"
|
||||
#include "ardour/export_timespan.h"
|
||||
#include "ardour/filesystem_paths.h"
|
||||
#include "ardour/session_directory.h"
|
||||
@@ -57,9 +60,6 @@
|
||||
#include "ardour/sndfile_helpers.h"
|
||||
#include "ardour/system_exec.h"
|
||||
|
||||
#include "pbd/file_utils.h"
|
||||
#include "pbd/cpus.h"
|
||||
|
||||
using namespace AudioGrapher;
|
||||
using std::string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user