make the startup -> session dialog flow more sensible for brand new users
[ardour.git] / gtk2_ardour / audio_region_editor.cc
index e06e50f113558e363c312b2cb724890ce601a261..2aeb2dbe60aae44ffe7cfcd737c19cf5dd3d8691 100644 (file)
 
 */
 
+#include <cmath>
+
+#include <gtkmm2ext/utils.h>
+
 #include "pbd/memento_command.h"
 #include "pbd/stateful_diff_command.h"
 #include "pbd/pthread_utils.h"
 
-#include "ardour/session.h"
 #include "ardour/audioregion.h"
-#include "ardour/playlist.h"
-#include "ardour/utils.h"
+#include "ardour/session_event.h"
 #include "ardour/dB.h"
-#include <gtkmm2ext/utils.h>
-#include <cmath>
 
 #include "audio_region_editor.h"
 #include "audio_region_view.h"