make inclusion/exclusion of hidden children optional in Item::add_child_bounding_boxes
[ardour.git] / gtk2_ardour / soundcloud_export_selector.h
index 0ee6fbeb018b5f65806488678a2f0884ded4e73d..62623f6168ca3af7566c576b2e0cf96d9a382044 100644 (file)
@@ -3,10 +3,10 @@
        Adapted for Ardour by Ben Loftis, March 2012
 
 *****************************************************************************/
+#ifndef __soundcloud_export_selector_h__
+#define __soundcloud_export_selector_h__
 
 #include <string>
-#include <fstream>
-#include <iostream>
 #include <stdio.h>
 #include <cstring>
 #include <string>
@@ -38,6 +38,7 @@ class SoundcloudExportSelector : public Gtk::VBox, public ARDOUR::SessionHandleP
        Gtk::CheckButton soundcloud_download_checkbox;
        bool soundcloud_cancel;
        Gtk::ProgressBar progress_bar;
-       
+
 };
 
+#endif // __soundcloud_export_selector_h__