Revert "Move constant_flow.h into the main library"

This reverts commit fd78c34e23c95a49b0c0790b714aee7cd85335c9.

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/tests/src/helpers.c b/tests/src/helpers.c
index 1062560..30fd362 100644
--- a/tests/src/helpers.c
+++ b/tests/src/helpers.c
@@ -15,7 +15,7 @@
  *  limitations under the License.
  */
 
-#include "constant_flow.h"
+#include <test/constant_flow.h>
 #include <test/helpers.h>
 #include <test/macros.h>
 #include <string.h>