OSC is now driven by an event loop; fix up lifetime mgmt of Glib::Source to workaroun...
[ardour.git] / libs / pbd / pbd / statefuldestructible.h
index 83eff473d6dff23fca669dd15e0d5a0724a8b01b..49a33ff4380591d42632085c53ec8165b372cece 100644 (file)
@@ -20,8 +20,8 @@
 #ifndef __pbd_stateful_destructible_h__
 #define __pbd_stateful_destructible_h__
 
-#include <pbd/stateful.h>
-#include <pbd/destructible.h>
+#include "pbd/stateful.h"
+#include "pbd/destructible.h"
 
 namespace PBD {