try that one on for size (VST build fu)
[ardour.git] / gtk2_ardour / fft_result.cc
index 9a55b59cb5125880aded7ff65e41db60b5cf1393..f5acef92ed64b6a8ac905d72109549e7bbb0fddf 100644 (file)
@@ -20,9 +20,9 @@
 
 #include <fft_result.h>
 #include <fft_graph.h>
-#include <stdlib.h>
-#include <string.h>
-#include <math.h>
+#include <cstdlib>
+#include <string>
+#include <cmath>
 
 #include <iostream>