From efb9f3c54e134c30e3a5f3551ab0b9f4ead525d1 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 15 Mar 2020 20:19:13 +0100 Subject: [PATCH] NO-OP: cleanup includes --- gtk2_ardour/editor_snapshots.cc | 1 - gtk2_ardour/session_dialog.cc | 2 -- gtk2_ardour/sfdb_ui.cc | 7 ++++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/gtk2_ardour/editor_snapshots.cc b/gtk2_ardour/editor_snapshots.cc index b5224e97b2..f9c034f32e 100644 --- a/gtk2_ardour/editor_snapshots.cc +++ b/gtk2_ardour/editor_snapshots.cc @@ -25,7 +25,6 @@ #include "pbd/gstdio_compat.h" #include -#include #include diff --git a/gtk2_ardour/session_dialog.cc b/gtk2_ardour/session_dialog.cc index d786182e17..66a73c64e1 100644 --- a/gtk2_ardour/session_dialog.cc +++ b/gtk2_ardour/session_dialog.cc @@ -29,9 +29,7 @@ #include #include "pbd/gstdio_compat.h" - #include -#include #include #include diff --git a/gtk2_ardour/sfdb_ui.cc b/gtk2_ardour/sfdb_ui.cc index 940e7dd035..2f3d899aef 100644 --- a/gtk2_ardour/sfdb_ui.cc +++ b/gtk2_ardour/sfdb_ui.cc @@ -41,13 +41,14 @@ #include #include +#include +#include "pbd/gstdio_compat.h" +#include + #include #include #include -#include "pbd/gstdio_compat.h" -#include - #include "pbd/tokenizer.h" #include "pbd/enumwriter.h" #include "pbd/file_utils.h"