diff --git a/gtk2_ardour/sfdb_freesound_mootcher.cc b/gtk2_ardour/sfdb_freesound_mootcher.cc index 9311c73776..12ee14d63c 100644 --- a/gtk2_ardour/sfdb_freesound_mootcher.cc +++ b/gtk2_ardour/sfdb_freesound_mootcher.cc @@ -39,30 +39,31 @@ *************************************************************************************/ -#include "sfdb_freesound_mootcher.h" - -#include "pbd/xml++.h" -#include "pbd/error.h" +#include #include #include -#include #include #include "pbd/gstdio_compat.h" -#include "pbd/i18n.h" +#include "pbd/error.h" +#include "pbd/pthread_utils.h" +#include "pbd/openuri.h" +#include "pbd/xml++.h" #include "ardour/audio_library.h" #include "ardour/debug.h" #include "ardour/filesystem_paths.h" -#include "ardour/rc_configuration.h" -#include "pbd/pthread_utils.h" -#include "pbd/openuri.h" + +#include "widgets/prompter.h" #include "ardour_dialog.h" +#include "sfdb_freesound_mootcher.h" #include "gui_thread.h" -#include "widgets/prompter.h" +#include "ui_config.h" + +#include "pbd/i18n.h" using namespace PBD;