Yet another bug in previous commit.
[ardour.git] / gtk2_ardour / ardour_dialog.cc
index 278433c7efa1e586e7c09a81e25248ea3370dbeb..b8c755de10a777a37a0fccf0b6f0255a57b502f5 100644 (file)
 
 #include "ardour_dialog.h"
 #include "keyboard.h"
-#include "ardour_ui.h"
 #include "splash.h"
-#include "public_editor.h"
-#include "utils.h"
 
 using namespace std;
 using namespace Gtk;
@@ -92,5 +89,7 @@ ArdourDialog::init ()
 {
        set_type_hint(Gdk::WINDOW_TYPE_HINT_DIALOG);
        set_border_width (10);
-       CloseAllDialogs.connect (sigc::bind (sigc::mem_fun (*this, &ArdourDialog::response), RESPONSE_CANCEL));
+       CloseAllDialogs.connect (
+               sigc::bind (sigc::mem_fun (*this, &ArdourDialog::response),
+                           RESPONSE_CANCEL));
 }