revert inadvertently committed debug settings
[ardour.git] / libs / ardour / session_object.cc
index b15771c986928985d6d4898795e372a2a25cabf7..683d174b1607fe75bdb220d5af48ed54b1e99b9a 100644 (file)
 */
 
 #include <iostream>
-#include "ardour/session_object.h"
+
 #include "ardour/debug.h"
+#include "ardour/session_object.h"
 
-#include "i18n.h"
+#include "pbd/i18n.h"
 
 using namespace ARDOUR;
 using namespace PBD;
@@ -33,8 +34,8 @@ namespace ARDOUR {
        }
 }
 
-void 
-SessionObject::make_property_quarks () 
+void
+SessionObject::make_property_quarks ()
 {
        Properties::name.property_id = g_quark_from_static_string (X_("name"));
         DEBUG_TRACE (DEBUG::Properties, string_compose ("quark for name = %1\n",       Properties::name.property_id));