mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
Re-order includes
* external, system-wide first <> * next "pbd/*" ...
This commit is contained in:
parent
7f3f201833
commit
1b20e1ef1d
1 changed files with 5 additions and 5 deletions
|
|
@ -22,12 +22,14 @@
|
||||||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "ardour/export_graph_builder.h"
|
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <glibmm/miscutils.h>
|
#include <glibmm/miscutils.h>
|
||||||
|
|
||||||
|
#include "pbd/uuid.h"
|
||||||
|
#include "pbd/file_utils.h"
|
||||||
|
#include "pbd/cpus.h"
|
||||||
|
|
||||||
#include "audiographer/process_context.h"
|
#include "audiographer/process_context.h"
|
||||||
#include "audiographer/general/chunker.h"
|
#include "audiographer/general/chunker.h"
|
||||||
#include "audiographer/general/cmdpipe_writer.h"
|
#include "audiographer/general/cmdpipe_writer.h"
|
||||||
|
|
@ -50,6 +52,7 @@
|
||||||
#include "ardour/export_failed.h"
|
#include "ardour/export_failed.h"
|
||||||
#include "ardour/export_filename.h"
|
#include "ardour/export_filename.h"
|
||||||
#include "ardour/export_format_specification.h"
|
#include "ardour/export_format_specification.h"
|
||||||
|
#include "ardour/export_graph_builder.h"
|
||||||
#include "ardour/export_timespan.h"
|
#include "ardour/export_timespan.h"
|
||||||
#include "ardour/filesystem_paths.h"
|
#include "ardour/filesystem_paths.h"
|
||||||
#include "ardour/session_directory.h"
|
#include "ardour/session_directory.h"
|
||||||
|
|
@ -57,9 +60,6 @@
|
||||||
#include "ardour/sndfile_helpers.h"
|
#include "ardour/sndfile_helpers.h"
|
||||||
#include "ardour/system_exec.h"
|
#include "ardour/system_exec.h"
|
||||||
|
|
||||||
#include "pbd/file_utils.h"
|
|
||||||
#include "pbd/cpus.h"
|
|
||||||
|
|
||||||
using namespace AudioGrapher;
|
using namespace AudioGrapher;
|
||||||
using std::string;
|
using std::string;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue