Move Gtkmm2ext widgets into libwidget
[ardour.git] / libs / gtkmm2ext / selector.cc
index e4b95d1e032b1c5fa2fea87d25110ebec8e8da2f..04fbd13001ea98672daa0d7f8e221dd730b3b14a 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 1999 Paul Barton-Davis 
+    Copyright (C) 1999 Paul Barton-Davis
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
@@ -25,8 +25,6 @@
 #include <glibmm.h>
 #include <gdkmm.h>
 
-#include "pbd/pathscanner.h"
-
 #include "gtkmm2ext/keyboard.h"
 #include "gtkmm2ext/selector.h"
 #include "gtkmm2ext/utils.h"
@@ -159,7 +157,7 @@ Selector::chosen ()
 {
        Glib::RefPtr<Gtk::TreeSelection> tree_sel = tview.get_selection();
        Gtk::TreeModel::iterator iter = tree_sel->get_selected();
-       
+
        if (iter) {
                choice_made (new Result (tview, tree_sel));
        } else {