summaryrefslogtreecommitdiff
path: root/gtk2_ardour/startup.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/startup.h')
-rw-r--r--gtk2_ardour/startup.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gtk2_ardour/startup.h b/gtk2_ardour/startup.h
index be3972a298..c2de96c55f 100644
--- a/gtk2_ardour/startup.h
+++ b/gtk2_ardour/startup.h
@@ -39,8 +39,6 @@
#include <gtkmm/liststore.h>
#include <gtkmm/combobox.h>
-#include "pbd/filesystem.h"
-
#include "ardour/utils.h"
class EngineControl;
@@ -87,7 +85,7 @@ class ArdourStartup : public Gtk::Assistant {
bool new_user;
bool new_only;
- PBD::sys::path been_here_before_path () const;
+ std::string been_here_before_path () const;
void on_apply ();
void on_cancel ();