*** NEW CODING POLICY ***
[ardour.git] / libs / pbd / pbd / command.h
index 1521a60350a763e8e9837b5703e8d3765b6c0c57..240118901c8f763562e065a821e7636b7276b1fb 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef __lib_pbd_command_h__
 #define __lib_pbd_command_h__
 
-#include <pbd/statefuldestructible.h>
+#include "pbd/statefuldestructible.h"
 #include <boost/utility.hpp>
 
 class Command : public PBD::StatefulDestructible, public boost::noncopyable