continue with MTC debugging
[ardour.git] / libs / ardour / ardour / pitch.h
index 38d8380f5d7c02980a460da33fb3d8cfed5c1eb7..8c7718f685eeabe6d5d0833b7b260756dccbcbc5 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2007 Paul Davis 
+    Copyright (C) 2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 #ifndef __ardour_pitch_h__
 #define __ardour_pitch_h__
 
-#include <ardour/filter.h>
+#ifdef WAF_BUILD
+#include "libardour-config.h"
+#endif
+
+#include "ardour/filter.h"
 
 namespace ARDOUR {
        class AudioRegion;
@@ -28,7 +32,7 @@ namespace ARDOUR {
 
 #ifdef USE_RUBBERBAND
 
-#include <ardour/rb_effect.h>
+#include "ardour/rb_effect.h"
 
 namespace ARDOUR {