tests/src: clean up includes
[aubio.git] / tests / src / test-mathutils.c
index ad20d75..0a6eedf 100644 (file)
@@ -1,7 +1,6 @@
-#include <stdio.h>
-#include <assert.h>
 #define AUBIO_UNSTABLE 1
-#include <aubio.h>
+#include "aubio.h"
+#include "utils_tests.h"
 
 int test_next_power_of_two (void);
 int test_miditofreq (void);