make meter point button work again, and allow momentary button action to work again
[ardour.git] / libs / soundtouch / RateTransposer.cpp
index 493d5326f20ab529364ce2538fcc08f178eff3d6..3000e37e4a9fb18843f57028cb76a7df6cfe364a 100644 (file)
 ////////////////////////////////////////////////////////////////////////////////
 
 #include <memory.h>
-#include <assert.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <limits.h>
+#include <cassert>
+#include <cstdlib>
+#include <cstdio>
+#include <climits>
 #include "RateTransposer.h"
 #include "AAFilter.h"