Don't raise an error when trying to auto-connect master to physical outputs if the...
[ardour.git] / libs / ardour / export_preset.cc
index 1c19cae513314ad32d396b6f86a35eb4942ea764..093803daa6d8d0884d194b9771ba5a1ef04fdc2f 100644 (file)
 
 */
 
-#include <ardour/export_preset.h>
+#include "ardour/export_preset.h"
 
-#include <ardour/session.h>
+#include "ardour/session.h"
 
+using namespace std;
 using namespace ARDOUR;
 
 ExportPreset::ExportPreset (string filename, Session & s) :
@@ -47,9 +48,7 @@ ExportPreset::ExportPreset (string filename, Session & s) :
 
 ExportPreset::~ExportPreset ()
 {
-       if (local) {
-               delete local;
-       }
+       delete local;
 }
 
 void