OSC:: needs the .h file too...
[ardour.git] / gtk2_ardour / soundcloud_export_selector.h
index fcfbdfe91bbd1dc558e61ede77de973c7241932b..62623f6168ca3af7566c576b2e0cf96d9a382044 100644 (file)
@@ -7,8 +7,6 @@
 #define __soundcloud_export_selector_h__
 
 #include <string>
-#include <fstream>
-#include <iostream>
 #include <stdio.h>
 #include <cstring>
 #include <string>
@@ -40,7 +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__