CMSIS-DSP: Updated tests to use the new headers.
diff --git a/CMSIS/DSP/Testing/main.cpp b/CMSIS/DSP/Testing/main.cpp
index e82d86b..0a54767 100644
--- a/CMSIS/DSP/Testing/main.cpp
+++ b/CMSIS/DSP/Testing/main.cpp
@@ -1,5 +1,5 @@
 #include <cstdio>
-#include "arm_math.h"
+#include "arm_math_types.h"
 extern int testmain(const char *);
 
 extern "C" const char *patternData;